v1.2.8.420

This commit is contained in:
RainLoop Team 2013-10-03 02:14:31 +04:00
parent 059d5f6b94
commit d39ece3349
437 changed files with 734 additions and 3465 deletions

View file

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