PHP Class Nextras\Orm\Entity\Reflection\PropertyMetadata

Inheritance: extends Nette\Object
Afficher le fichier Open project: nextras/orm Class Usage Examples

Méthodes publiques

Свойство Type Description
$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

Méthodes publiques

Méthode Description
isValid ( &$value )

Method Details

isValid() public méthode

public isValid ( &$value )

Property Details

$args public_oe property

public stdClass,stdClas|null $args
Résultat stdClas\stdClass | null

$container public_oe property

public string|null $container
Résultat string | null

$defaultValue public_oe property

public mixed $defaultValue
Résultat mixed

$enum public_oe property

array of alowed values
public $enum

$hasGetter public_oe property

public string|null $hasGetter
Résultat string | null

$hasSetter public_oe property

public string|null $hasSetter
Résultat string | null

$isNullable public_oe property

public bool $isNullable
Résultat boolean

$isPrimary public_oe property

public bool $isPrimary
Résultat boolean

$isReadonly public_oe property

public bool $isReadonly
Résultat boolean

$isVirtual public_oe property

public bool $isVirtual
Résultat boolean

$name public_oe property

property name
public $name

$relationship public_oe property

public PropertyRelationshipMetadata,Nextras\Orm\Entity\Reflection|null $relationship
Résultat PropertyRelationshipMetadata | null

$types public_oe property

of allowed types defined as keys
public $types