PHP Class Jackalope\NodeType\PropertyDefinition

TODO: document array format of constructor
Inheritance: extends ItemDefinition, implements PHPCR\NodeType\PropertyDefinitionInterface
Afficher le fichier Open project: jackalope/jackalope Class Usage Examples

Protected Properties

Свойство Type Description
$availableQueryOperators array List of constants from \PHPCR\Query\QueryObjectModelConstantsInterface
$defaultValues mixed
$isFullTextSearchable boolean
$isMultiple boolean
$isQueryOrderable boolean
$requiredType integer One of the PropertyType type constants
$valueConstraints array The constraint information array (array of strings)

Méthodes publiques

Méthode Description
getAvailableQueryOperators ( ) {@inheritDoc}
getDefaultValues ( ) {@inheritDoc}
getRequiredType ( ) {@inheritDoc}
getValueConstraints ( ) {@inheritDoc}
isFullTextSearchable ( ) {@inheritDoc}
isMultiple ( ) {@inheritDoc}
isQueryOrderable ( ) {@inheritDoc}

Méthodes protégées

Méthode Description
fromArray ( array $data ) Treat more information in addition to ItemDefinition::fromArray()

Method Details

fromArray() protected méthode

See class documentation for the fields supported in the array.
protected fromArray ( array $data )
$data array The property definition in array form.

getAvailableQueryOperators() public méthode

{@inheritDoc}

getDefaultValues() public méthode

{@inheritDoc}
public getDefaultValues ( )

getRequiredType() public méthode

{@inheritDoc}
public getRequiredType ( )

getValueConstraints() public méthode

{@inheritDoc}
public getValueConstraints ( )

isFullTextSearchable() public méthode

{@inheritDoc}

isMultiple() public méthode

{@inheritDoc}
public isMultiple ( )

isQueryOrderable() public méthode

{@inheritDoc}
public isQueryOrderable ( )

Property Details

$availableQueryOperators protected_oe property

List of constants from \PHPCR\Query\QueryObjectModelConstantsInterface
protected array $availableQueryOperators
Résultat array

$defaultValues protected_oe property

protected mixed $defaultValues
Résultat mixed

$isFullTextSearchable protected_oe property

protected bool $isFullTextSearchable
Résultat boolean

$isMultiple protected_oe property

protected bool $isMultiple
Résultat boolean

$isQueryOrderable protected_oe property

protected bool $isQueryOrderable
Résultat boolean

$requiredType protected_oe property

One of the PropertyType type constants
protected int $requiredType
Résultat integer

$valueConstraints protected_oe property

The constraint information array (array of strings)
protected array $valueConstraints
Résultat array