PHP 클래스 Nextras\Orm\Entity\Reflection\PropertyMetadata

상속: extends Nette\Object
파일 보기 프로젝트 열기: nextras/orm 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$args stdClas\stdClass | null
$container string | null
$defaultValue mixed
$enum array of alowed values
$hasGetter string | null
$hasSetter string | null
$isNullable boolean
$isPrimary boolean
$isReadonly boolean
$isVirtual boolean
$name property name
$relationship PropertyRelationshipMetadata | null
$types of allowed types defined as keys

공개 메소드들

메소드 설명
isValid ( &$value )

메소드 상세

isValid() 공개 메소드

public isValid ( &$value )

프로퍼티 상세

$args 공개적으로 프로퍼티

public stdClass,stdClas|null $args
리턴 stdClas\stdClass | null

$container 공개적으로 프로퍼티

public string|null $container
리턴 string | null

$defaultValue 공개적으로 프로퍼티

public mixed $defaultValue
리턴 mixed

$enum 공개적으로 프로퍼티

array of alowed values
public $enum

$hasGetter 공개적으로 프로퍼티

public string|null $hasGetter
리턴 string | null

$hasSetter 공개적으로 프로퍼티

public string|null $hasSetter
리턴 string | null

$isNullable 공개적으로 프로퍼티

public bool $isNullable
리턴 boolean

$isPrimary 공개적으로 프로퍼티

public bool $isPrimary
리턴 boolean

$isReadonly 공개적으로 프로퍼티

public bool $isReadonly
리턴 boolean

$isVirtual 공개적으로 프로퍼티

public bool $isVirtual
리턴 boolean

$name 공개적으로 프로퍼티

property name
public $name

$relationship 공개적으로 프로퍼티

public PropertyRelationshipMetadata,Nextras\Orm\Entity\Reflection|null $relationship
리턴 PropertyRelationshipMetadata | null

$types 공개적으로 프로퍼티

of allowed types defined as keys
public $types