TypesMap
Table of Contents
Methods
- getFactories() : array<string|int, Factory>
- Returns all implemented factories, both dynamic and static
- getFactory() : Factory|null
- Returns a Factory by $entityTypeId, if it exists
Methods
getFactories()
Returns all implemented factories, both dynamic and static
public
getFactories() : array<string|int, Factory>
Return values
array<string|int, Factory>getFactory()
Returns a Factory by $entityTypeId, if it exists
public
getFactory(int $entityTypeId) : Factory|null
Parameters
- $entityTypeId : int