|
eZ Publish
[trunk]
|
A content datatype which handles keyword index instances. More...
Public Member Functions | |
| attribute ($name) | |
| attributes () | |
| eZKeyword () | |
| fetch (&$attribute) | |
| hasAttribute ($name) | |
| initializeKeyword ($keywordString) | |
| keywordArray () | |
| keywordString () | |
| relatedObjects () | |
| setKeywordArray ($keywords) | |
| store ($attribute) | |
Public Attributes | |
| $KeywordArray = array() | |
| Contains the keywords. | |
| $ObjectAttributeID = false | |
| Contains the ID attribute if fetched. | |
A content datatype which handles keyword index instances.
Definition at line 18 of file ezkeyword.php.
| eZKeyword::attribute | ( | $ | name | ) |
Definition at line 40 of file ezkeyword.php.
Definition at line 27 of file ezkeyword.php.
Referenced by hasAttribute().
Construct a new keyword instance
Definition at line 23 of file ezkeyword.php.
| eZKeyword::fetch | ( | &$ | attribute | ) |
Fetches the keywords for the given attribute.
Definition at line 236 of file ezkeyword.php.
| eZKeyword::hasAttribute | ( | $ | name | ) |
Definition at line 35 of file ezkeyword.php.
| eZKeyword::initializeKeyword | ( | $ | keywordString | ) |
Initialze the keyword index
Definition at line 70 of file ezkeyword.php.
Returns the keyword index
Definition at line 265 of file ezkeyword.php.
Returns the keywords as a string
Definition at line 273 of file ezkeyword.php.
Referenced by attribute().
Returns the objects which have at least one keyword in common
Definition at line 283 of file ezkeyword.php.
Referenced by attribute().
| eZKeyword::setKeywordArray | ( | $ | keywords | ) |
Sets the keyword index
Definition at line 257 of file ezkeyword.php.
| eZKeyword::store | ( | $ | attribute | ) |
Stores the keyword index to database
Definition at line 89 of file ezkeyword.php.
| eZKeyword::$KeywordArray = array() |
Contains the keywords.
Definition at line 337 of file ezkeyword.php.
| eZKeyword::$ObjectAttributeID = false |
Contains the ID attribute if fetched.
Definition at line 340 of file ezkeyword.php.