Esempio n. 1
0
 /**
  * Returns all tag translations
  *
  * @return eZTagsKeyword[]
  */
 public function getTranslations()
 {
     return eZTagsKeyword::fetchByTagID($this->attribute('id'));
 }