Свойство | Type | Description | |
---|---|---|---|
$values | string[] | Content of the value. |
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. |
public __construct ( string[] | string $values = null ) | ||
$values | string[] | string |
public __toString ( ) : string | ||
Résultat | string | A comma separated list of tags, eg: "php, eZ Publish, html5" |