/**
  * {@inheritDoc}
  */
 public function getLabelTranslation($code = NULL)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getLabelTranslation', array($code));
     return parent::getLabelTranslation($code);
 }