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