snappymail/rainloop/v/0.0.0/app/libraries/RainLoop/Providers/Suggestions/ISuggestions.php
2020-03-16 13:08:53 +01:00

8 lines
180 B
PHP

<?php
namespace RainLoop\Providers\Suggestions;
interface ISuggestions
{
public function Process(\RainLoop\Model\Account $oAccount, string $sQuery, int $iLimit = 20) : array;
}