• eZ Systems Website • Editor documentation
Back to the top
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Current »
This Field Type represents keywords.
Keyword
ezkeyword
string[]|string
This Field Type stores one or several comma-separated keywords as a string or array of strings.
string
"documentation"
"php, eZ Publish, html5"
string[]
array( "eZ Systems", "Enterprise", "User Experience Management" )
The Value class of this Field Type contains the following properties:
$value
The Keyword\Value constructor will initialize a new Value object with the value provided.
\Value
It expects a list of keywords, either comma-separated in a string or as an array of strings.