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