\Hubleto\App\Community\Contacts\Loader
| Parent class | App |
Methods
ƒ init
Inits the app: adds routes, settings, calendars, event listeners, menu items, .
public init(): void
..
ƒ getMcpTools
public getMcpTools(): array
ƒ installApp
public installApp(int $round): void
Parameters
| Parameter | Type | Description |
|---|---|---|
$round |
int |
ƒ search
Implements fulltext search functionality for the contacts
public search(array $expressions): array
Parameters
| Parameter | Type | Description |
|---|---|---|
$expressions |
array | List of expressions to be searched and glued with logical 'or'. |
