v1.2.10.430

This commit is contained in:
RainLoop Team 2013-10-08 02:52:30 +04:00
parent c658c5af1f
commit c6b70fa290
395 changed files with 370 additions and 247 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);
}