PHP 클래스 YetORM\Reflection\AnnotationProperty

상속: extends EntityProperty
파일 보기 프로젝트 열기: uestla/yetorm

공개 메소드들

메소드 설명
__construct ( EntityType $reflection, string $name, boolean $readonly, string $type, string $column, boolean $nullable, string $description = NULL )
checkType ( mixed $value, boolean $need = TRUE ) : boolean
getColumn ( ) : string
isNullable ( ) : boolean
setType ( mixed $value ) : mixed

메소드 상세

__construct() 공개 메소드

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

checkType() 공개 메소드

public checkType ( mixed $value, boolean $need = TRUE ) : boolean
$value mixed
$need boolean
리턴 boolean

getColumn() 공개 메소드

public getColumn ( ) : string
리턴 string

isNullable() 공개 메소드

public isNullable ( ) : boolean
리턴 boolean

setType() 공개 메소드

public setType ( mixed $value ) : mixed
$value mixed
리턴 mixed