Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 66... Línea 66...
66
        $timesortto = null,
66
        $timesortto = null,
67
        $timestartaftereventid = null,
67
        $timestartaftereventid = null,
68
        $timesortaftereventid = null,
68
        $timesortaftereventid = null,
69
        $limitnum = 20,
69
        $limitnum = 20,
70
        $type = null,
70
        $type = null,
71
        array $usersfilter = null,
71
        ?array $usersfilter = null,
72
        array $groupsfilter = null,
72
        ?array $groupsfilter = null,
73
        array $coursesfilter = null,
73
        ?array $coursesfilter = null,
74
        array $categoriesfilter = null,
74
        ?array $categoriesfilter = null,
75
        $withduration = true,
75
        $withduration = true,
76
        $ignorehidden = true,
76
        $ignorehidden = true,
77
        callable $filter = null
77
        ?callable $filter = null
78
    ) {
78
    ) {
79
        global $USER;
79
        global $USER;
Línea 80... Línea 80...
80
 
80