PHP Класс eZ\Publish\Core\FieldType\Keyword\Value

Наследование: extends eZ\Publish\Core\FieldType\Value
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$values string[] Content of the value.

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

Метод Описание
__construct ( string[] | string $values = null ) Construct a new Value object and initialize with $values.
__toString ( ) : string Returns a string representation of the keyword value.

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

__construct() публичный Метод

Construct a new Value object and initialize with $values.
public __construct ( string[] | string $values = null )
$values string[] | string

__toString() публичный Метод

Returns a string representation of the keyword value.
public __toString ( ) : string
Результат string A comma separated list of tags, eg: "php, eZ Publish, html5"

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

$values публичное свойство

Content of the value.
public string[] $values
Результат string[]