메소드 | 설명 | |
---|---|---|
__construct ( |
||
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. |
메소드 | 설명 | |
---|---|---|
defaultDefsFromMetadata ( ) | ||
ensureInvokable ( $f ) | ||
normalizeFieldDef ( $def ) | ||
readFieldDefs ( array $params ) |
public __construct ( |
||
$em | ||
$fieldDefs | array | |
$config | array |
public getEntityMetadata ( ) : Doctrine\ORM\Mapping\ClassMetadata | ||
리턴 | Doctrine\ORM\Mapping\ClassMetadata |
public getEntityType ( ) : string | ||
리턴 | string |