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