|
eZ Publish
[4.2]
|
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 37 of file ezcontentobjecttranslation.php.
| eZContentObjectTranslation::attribute | ( | $ | attribute | ) |
Definition at line 65 of file ezcontentobjecttranslation.php.
| eZContentObjectTranslation::attributes | ( | ) |
Definition at line 52 of file ezcontentobjecttranslation.php.
Referenced by hasAttribute().
| eZContentObjectTranslation::eZContentObjectTranslation | ( | $ | contentObjectID, |
| $ | version, | ||
| $ | languageCode | ||
| ) |
Definition at line 39 of file ezcontentobjecttranslation.php.
| eZContentObjectTranslation::hasAttribute | ( | $ | attribute | ) |
Definition at line 60 of file ezcontentobjecttranslation.php.
| eZContentObjectTranslation::languageCode | ( | ) |
Definition at line 47 of file ezcontentobjecttranslation.php.
| eZContentObjectTranslation::locale | ( | ) |
Definition at line 82 of file ezcontentobjecttranslation.php.
Referenced by attribute().
| eZContentObjectTranslation::objectAttributes | ( | $ | asObject = true | ) |
Returns the attributes for the current content object translation.
Definition at line 93 of file ezcontentobjecttranslation.php.
| eZContentObjectTranslation::$ContentObjectID |
The content object identifier.
Definition at line 99 of file ezcontentobjecttranslation.php.
| eZContentObjectTranslation::$LanguageCode |
Contains the language code for the current translation.
Definition at line 104 of file ezcontentobjecttranslation.php.
| eZContentObjectTranslation::$Version |
Contains the content object.
Definition at line 101 of file ezcontentobjecttranslation.php.