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