PHP Класс Jackalope\NodeType\PropertyDefinition

TODO: document array format of constructor
Наследование: extends ItemDefinition, implements PHPCR\NodeType\PropertyDefinitionInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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)

Открытые методы

Метод Описание
getAvailableQueryOperators ( ) {@inheritDoc}
getDefaultValues ( ) {@inheritDoc}
getRequiredType ( ) {@inheritDoc}
getValueConstraints ( ) {@inheritDoc}
isFullTextSearchable ( ) {@inheritDoc}
isMultiple ( ) {@inheritDoc}
isQueryOrderable ( ) {@inheritDoc}

Защищенные методы

Метод Описание
fromArray ( array $data ) Treat more information in addition to ItemDefinition::fromArray()

Описание методов

fromArray() защищенный метод

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

getAvailableQueryOperators() публичный метод

{@inheritDoc}

getDefaultValues() публичный метод

{@inheritDoc}
public getDefaultValues ( )

getRequiredType() публичный метод

{@inheritDoc}
public getRequiredType ( )

getValueConstraints() публичный метод

{@inheritDoc}
public getValueConstraints ( )

isFullTextSearchable() публичный метод

{@inheritDoc}

isMultiple() публичный метод

{@inheritDoc}
public isMultiple ( )

isQueryOrderable() публичный метод

{@inheritDoc}
public isQueryOrderable ( )

Описание свойств

$availableQueryOperators защищенное свойство

List of constants from \PHPCR\Query\QueryObjectModelConstantsInterface
protected array $availableQueryOperators
Результат array

$defaultValues защищенное свойство

protected mixed $defaultValues
Результат mixed

$isFullTextSearchable защищенное свойство

protected bool $isFullTextSearchable
Результат boolean

$isMultiple защищенное свойство

protected bool $isMultiple
Результат boolean

$isQueryOrderable защищенное свойство

protected bool $isQueryOrderable
Результат boolean

$requiredType защищенное свойство

One of the PropertyType type constants
protected int $requiredType
Результат integer

$valueConstraints защищенное свойство

The constraint information array (array of strings)
protected array $valueConstraints
Результат array