$_connections
$_connections :
Object to collect data for the search index
__construct(\Fuman_Table $initTable, string|null $configXmlPath = null)
Constructor
| \Fuman_Table | $initTable | |
| string|null | $configXmlPath |
getSearchableInputTypes(string $path, \Fuman_Db_Record $record) : array<mixed,\Fuman_InputType>
Gets a list of searchable input type names
| string | $path | |
| \Fuman_Db_Record | $record |
addInputType( $currentPath, \Fuman_InputType $inputType) : boolean
Add input type
| $currentPath | ||
| \Fuman_InputType | $inputType |