|
eZ Publish
[trunk]
|
eZContentObjectTranslation handles translation a translation of content objects More...
Public Member Functions | |
| attribute ($attribute) | |
| attributes () | |
| eZContentObjectTranslation ($contentObjectID, $version, $languageCode) | |
| hasAttribute ($attribute) | |
| languageCode () | |
| locale () | |
| objectAttributes ($asObject=true) | |
Public Attributes | |
| $ContentObjectID | |
| The content object identifier. | |
| $LanguageCode | |
| Contains the language code for the current translation. | |
| $Version | |
| Contains the content object. | |
eZContentObjectTranslation handles translation a translation of content objects
Definition at line 19 of file ezcontentobjecttranslation.php.
| eZContentObjectTranslation::attribute | ( | $ | attribute | ) |
Definition at line 47 of file ezcontentobjecttranslation.php.
Definition at line 34 of file ezcontentobjecttranslation.php.
Referenced by hasAttribute().
| eZContentObjectTranslation::eZContentObjectTranslation | ( | $ | contentObjectID, |
| $ | version, | ||
| $ | languageCode | ||
| ) |
Definition at line 21 of file ezcontentobjecttranslation.php.
| eZContentObjectTranslation::hasAttribute | ( | $ | attribute | ) |
Definition at line 42 of file ezcontentobjecttranslation.php.
Definition at line 29 of file ezcontentobjecttranslation.php.
Definition at line 64 of file ezcontentobjecttranslation.php.
Referenced by attribute().
| eZContentObjectTranslation::objectAttributes | ( | $ | asObject = true | ) |
Returns the attributes for the current content object translation.
Definition at line 75 of file ezcontentobjecttranslation.php.
| eZContentObjectTranslation::$ContentObjectID |
The content object identifier.
Definition at line 81 of file ezcontentobjecttranslation.php.
| eZContentObjectTranslation::$LanguageCode |
Contains the language code for the current translation.
Definition at line 86 of file ezcontentobjecttranslation.php.
| eZContentObjectTranslation::$Version |
Contains the content object.
Definition at line 83 of file ezcontentobjecttranslation.php.