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