PHP 클래스 YetORM\Reflection\EntityType

상속: extends Nette\Reflection\ClassType
파일 보기 프로젝트 열기: uestla/yetorm 1 사용 예제들

공개 메소드들

메소드 설명
getEntityProperties ( ) : EntityProperty[]
getEntityProperty ( string $name, $default = NULL ) : EntityProperty | null
hasEntityProperty ( string $name ) : boolean

비공개 메소드들

메소드 설명
getClassTree ( ) : array
loadAnnotationProperties ( string $class ) : void
loadEntityProperties ( ) : void
loadMethodProperties ( ) : void

메소드 상세

getEntityProperties() 공개 메소드

public getEntityProperties ( ) : EntityProperty[]
리턴 EntityProperty[]

getEntityProperty() 공개 메소드

public getEntityProperty ( string $name, $default = NULL ) : EntityProperty | null
$name string
리턴 EntityProperty | null

hasEntityProperty() 공개 메소드

public hasEntityProperty ( string $name ) : boolean
$name string
리턴 boolean