Initial commit of timetable-Module (rd)

This commit is contained in:
root 2020-06-26 11:30:19 +00:00
commit 784cb23da3
14 changed files with 723 additions and 0 deletions

16
db/tasks.php Normal file
View file

@ -0,0 +1,16 @@
<?php
defined('MOODLE_INTERNAL') || die();
$tasks = [
[
'classname' => '\block_timetable\task\import_data',
'blocking' => 0,
'minute' => '*/10',
'hour' => '*',
'day' => '*',
'month' => '*',
'dayofweek' => '*',
],
];