...
Input expectations
Type | Example |
---|---|
string | "documentation" |
string |
|
string[] | array( "eZ Systems", "Enterprise", "User Experience Management" ) |
Value object
Properties
The Value class of this field type contains the following properties:
...
Code Block | ||||
---|---|---|---|---|
| ||||
$keyword->value = "php, css3, html5, eZ Publish" |
Constructor
The Keyword
\Value
constructor will initialize a new Value object with the value provided. It expects a string.
...