Свойство | Тип | Описание | |
---|---|---|---|
$entity_manager | |||
$normaliser | callable |
Метод | Описание | |
---|---|---|
__construct ( |
||
getEntityManager ( ) : |
Get the entity manager currently used for validation | |
getNormaliser ( ) : callable | Get class normaliser | |
locateEntities ( string $dir, string $namespace, string $regex = '/^.+\.php$/i' ) : string[] | Gather all entities in a given directory | |
setEntityManager ( |
Set the entity manager, if null no entity validation will occur | |
setNormaliser ( callable $normaliser ) | Set class normaliser |
public __construct ( |
||
$entity_manager |
public getEntityManager ( ) : |
||
Результат |
public getNormaliser ( ) : callable | ||
Результат | callable |
public setEntityManager ( |
||
$entity_manager |
public setNormaliser ( callable $normaliser ) | ||
$normaliser | callable |
protected EntityManager,Bravo3\Orm\Services $entity_manager | ||
Результат |