Свойство | 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éthode | Description | |
---|---|---|
getAvailableQueryOperators ( ) | {@inheritDoc} | |
getDefaultValues ( ) | {@inheritDoc} | |
getRequiredType ( ) | {@inheritDoc} | |
getValueConstraints ( ) | {@inheritDoc} | |
isFullTextSearchable ( ) | {@inheritDoc} | |
isMultiple ( ) | {@inheritDoc} | |
isQueryOrderable ( ) | {@inheritDoc} |
Méthode | Description | |
---|---|---|
fromArray ( array $data ) | Treat more information in addition to ItemDefinition::fromArray() |
protected array $availableQueryOperators | ||
Résultat | array |
protected int $requiredType | ||
Résultat | integer |
protected array $valueConstraints | ||
Résultat | array |