notice = $notice; $this->type = $type ? $type : 'updated'; $this->dismissible = $dismissible; add_action('admin_notices', array($this, 'addAdminNotice')); } /** * Adds the admin notice. */ public function addAdminNotice() { echo '
'.$this->notice.'