PHP Class YetORM\Reflection\EntityProperty

Afficher le fichier Open project: uestla/yetorm Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( EntityType $reflection, string $name, boolean $readonly, string $type, string $description = NULL )
getDescription ( ) : string | null
getEntityReflection ( ) : EntityType
getName ( ) : string
getType ( ) : string
hasDescription ( ) : boolean
isNativeType ( string $type ) : boolean
isOfNativeType ( ) : boolean
isReadonly ( ) : boolean

Method Details

__construct() public méthode

public __construct ( EntityType $reflection, string $name, boolean $readonly, string $type, string $description = NULL )
$reflection EntityType
$name string
$readonly boolean
$type string
$description string

getDescription() public méthode

public getDescription ( ) : string | null
Résultat string | null

getEntityReflection() public méthode

public getEntityReflection ( ) : EntityType
Résultat EntityType

getName() public méthode

public getName ( ) : string
Résultat string

getType() public méthode

public getType ( ) : string
Résultat string

hasDescription() public méthode

public hasDescription ( ) : boolean
Résultat boolean

isNativeType() public static méthode

public static isNativeType ( string $type ) : boolean
$type string
Résultat boolean

isOfNativeType() public méthode

public isOfNativeType ( ) : boolean
Résultat boolean

isReadonly() public méthode

public isReadonly ( ) : boolean
Résultat boolean