PHP Класс YetORM\Reflection\EntityProperty

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный метод

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 getDescription ( ) : string | null
Результат string | null

getEntityReflection() публичный метод

public getEntityReflection ( ) : EntityType
Результат EntityType

getName() публичный метод

public getName ( ) : string
Результат string

getType() публичный метод

public getType ( ) : string
Результат string

hasDescription() публичный метод

public hasDescription ( ) : boolean
Результат boolean

isNativeType() публичный статический метод

public static isNativeType ( string $type ) : boolean
$type string
Результат boolean

isOfNativeType() публичный метод

public isOfNativeType ( ) : boolean
Результат boolean

isReadonly() публичный метод

public isReadonly ( ) : boolean
Результат boolean