PHP 클래스 YetORM\Reflection\EntityProperty

파일 보기 프로젝트 열기: uestla/yetorm 1 사용 예제들

공개 메소드들

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