v1.3.2.446

This commit is contained in:
RainLoop Team 2013-10-19 02:30:10 +04:00
parent 33c30ff962
commit 87f10aecd6
459 changed files with 4 additions and 129 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);
}