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

Inheritance: extends eZ\Publish\Core\FieldType\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$values string[] Content of the value.

Public Methods

Method 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 method

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

__toString() public method

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

Property Details

$values public property

Content of the value.
public string[] $values
return string[]