Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 68... Línea 68...
68
    public function get_events(
68
    public function get_events(
69
        $timestartfrom = null,
69
        $timestartfrom = null,
70
        $timestartto = null,
70
        $timestartto = null,
71
        $timesortfrom = null,
71
        $timesortfrom = null,
72
        $timesortto = null,
72
        $timesortto = null,
73
        event_interface $timestartafterevent = null,
73
        ?event_interface $timestartafterevent = null,
74
        event_interface $timesortafterevent = null,
74
        ?event_interface $timesortafterevent = null,
75
        $limitnum = 20,
75
        $limitnum = 20,
76
        $type = null,
76
        $type = null,
77
        array $usersfilter = null,
77
        ?array $usersfilter = null,
78
        array $groupsfilter = null,
78
        ?array $groupsfilter = null,
79
        array $coursesfilter = null,
79
        ?array $coursesfilter = null,
80
        array $categoriesfilter = null,
80
        ?array $categoriesfilter = null,
81
        $withduration = true,
81
        $withduration = true,
82
        $ignorehidden = true,
82
        $ignorehidden = true,
83
        callable $filter = null,
83
        ?callable $filter = null,
84
        ?string $searchvalue = null
84
        ?string $searchvalue = null
85
    );
85
    );
Línea 86... Línea 86...
86
 
86
 
87
    /**
87
    /**