PHP 클래스 FactoryGirl\Provider\Doctrine\EntityDef

파일 보기 프로젝트 열기: breerly/factory-girl-php 1 사용 예제들

공개 메소드들

메소드 설명
__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.

비공개 메소드들

메소드 설명
defaultDefsFromMetadata ( )
ensureInvokable ( $f )
normalizeFieldDef ( $def )
readFieldDefs ( array $params )

메소드 상세

__construct() 공개 메소드

public __construct ( EntityManager $em, $name, $type, array $fieldDefs, array $config )
$em Doctrine\ORM\EntityManager
$fieldDefs array
$config array

getConfig() 공개 메소드

Returns the extra configuration array of the entity definition.
public getConfig ( ) : array
리턴 array

getEntityMetadata() 공개 메소드

Returns the Doctrine metadata for the entity to be created.
public getEntityMetadata ( ) : Doctrine\ORM\Mapping\ClassMetadata
리턴 Doctrine\ORM\Mapping\ClassMetadata

getEntityType() 공개 메소드

Returns the fully qualified name of the entity class.
public getEntityType ( ) : string
리턴 string

getFieldDefs() 공개 메소드

Returns the fielde definition callbacks.
public getFieldDefs ( )

getName() 공개 메소드

Returns the name of the entity definition.
public getName ( ) : string
리턴 string