Example #1
0
 /**
  * Lazy loading for items translation
  */
 protected function _prepareTranslation()
 {
     if ($this->_translated) {
         return;
     }
     $dataLink =& $this->_config->dataLink();
     self::$_translator->translate($this->_name, $dataLink);
     $this->_translated = true;
 }