/**
  * {@inheritDoc}
  */
 public function setNotification(\OC\NotificationBundle\Entity\Notification $notification = NULL)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setNotification', array($notification));
     return parent::setNotification($notification);
 }