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