Méthode |
Description |
|
__construct ( EntityManager $em, $name, $type, array $fieldDefs, array $config ) |
|
|
getConfig ( ) : array |
Returns the extra configuration array of the entity definition. |
|
getEntityMetadata ( ) : Doctrine\ORM\Mapping\ClassMetadata |
Returns the Doctrine metadata for the entity to be created. |
|
getEntityType ( ) : string |
Returns the fully qualified name of the entity class. |
|
getFieldDefs ( ) |
Returns the fielde definition callbacks. |
|
getName ( ) : string |
Returns the name of the entity definition. |
|