Esempio n. 1
0
 /**
  * Calls parent::__construct with specific arguments
  */
 public function __construct()
 {
     parent::__construct('backup_auto_weekdays', get_string('automatedbackupschedule', 'backup'), get_string('automatedbackupschedulehelp', 'backup'), array(), NULL);
     $this->plugin = 'backup';
 }