v1.2.7.414

This commit is contained in:
RainLoop Team 2013-09-29 00:03:55 +04:00
parent 7eb31a6ef1
commit 5c1e7bc676
436 changed files with 502 additions and 393 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);
}