v1.3.8.476

This commit is contained in:
RainLoop Team 2013-11-02 02:19:20 +04:00
parent 7502c35135
commit 45f3bf61e2
436 changed files with 1180 additions and 838 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);
}