'boolean', ]; parent::__construct('0.1', 'Angel Fernando Quiroz Campos', $settings); $this->isCoursePlugin = true; $this->addCourseTool = false; $this->setCourseSettings(); } /** * Set the course settings */ private function setCourseSettings() { if ('true' !== $this->get(self::SETTING_ENABLED)) { return; } $name = $this->get_name(); $button = Display::toolbarButton( $this->get_lang('SetNotification'), api_get_path(WEB_PLUGIN_PATH).$name.'/configure.php?'.api_get_cidreq(), 'cog', 'primary' ); $this->course_settings = [ [ 'name' => '
'.$this->get_comment().'
'.$button.'