PHP Class eZ\Publish\Core\FieldType\Keyword\Value

Inheritance: extends eZ\Publish\Core\FieldType\Value
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Свойство Type Description
$values string[] Content of the value.

Méthodes publiques

Méthode Description
__construct ( string[] | string $values = null ) Construct a new Value object and initialize with $values.
__toString ( ) : string Returns a string representation of the keyword value.

Method Details

__construct() public méthode

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

__toString() public méthode

Returns a string representation of the keyword value.
public __toString ( ) : string
Résultat string A comma separated list of tags, eg: "php, eZ Publish, html5"

Property Details

$values public_oe property

Content of the value.
public string[] $values
Résultat string[]