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