v1.3.5.460

This commit is contained in:
RainLoop Team 2013-10-27 22:12:54 +04:00
parent c62459b40e
commit c4d3ef4ddd
432 changed files with 20 additions and 17 deletions

View file

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