| 1 | <?php |
||
| 3 | class ContactsExampleSuggestions implements \RainLoop\Providers\Suggestions\ISuggestions |
||
| 4 | { |
||
| 5 | /** |
||
| 6 | * @param \RainLoop\Model\Account $oAccount |
||
| 7 | * @param string $sQuery |
||
| 8 | * @param int $iLimit = 20 |
||
| 9 | * |
||
| 10 | * @return array |
||
| 11 | */ |
||
| 12 | public function Process($oAccount, $sQuery, $iLimit = 20) |
||
| 21 | } |
||
| 22 |