Example #1
0
 /**
  * __construct
  *
  * Class constructor, appends Module settings to default settings
  *
  */
 public function __construct()
 {
     $this->setSettings(__CLASS__, parse_ini_file(strtolower(__CLASS__) . '.ini.php', true));
     //set the plugin link and the icon for the menubar
     self::$name = "Alerts";
     self::$icon = "fa-file";
 }