snappymail/rainloop/v/1.3.5.459/app/libraries/RainLoop/Providers/Suggestions/SuggestionsInterface.php
RainLoop Team c62459b40e v1.3.5.459
2013-10-26 18:50:47 +04:00

14 lines
No EOL
258 B
PHP

<?php
namespace RainLoop\Providers\Suggestions;
interface SuggestionsInterface
{
/**
* @param \RainLoop\Account $oAccount
* @param string $sQuery
*
* @return array
*/
public function Process(\RainLoop\Account $oAccount, $sQuery);
}