PHP Class YetORM\Reflection\EntityType

Inheritance: extends Nette\Reflection\ClassType
Afficher le fichier Open project: uestla/yetorm Class Usage Examples

Méthodes publiques

Méthode Description
getEntityProperties ( ) : EntityProperty[]
getEntityProperty ( string $name, $default = NULL ) : EntityProperty | null
hasEntityProperty ( string $name ) : boolean

Private Methods

Méthode Description
getClassTree ( ) : array
loadAnnotationProperties ( string $class ) : void
loadEntityProperties ( ) : void
loadMethodProperties ( ) : void

Method Details

getEntityProperties() public méthode

public getEntityProperties ( ) : EntityProperty[]
Résultat EntityProperty[]

getEntityProperty() public méthode

public getEntityProperty ( string $name, $default = NULL ) : EntityProperty | null
$name string
Résultat EntityProperty | null

hasEntityProperty() public méthode

public hasEntityProperty ( string $name ) : boolean
$name string
Résultat boolean