Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 35... Línea 35...
35
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
35
 * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
36
 */
36
 */
37
class raw_event_retrieval_strategy implements raw_event_retrieval_strategy_interface {
37
class raw_event_retrieval_strategy implements raw_event_retrieval_strategy_interface {
Línea 38... Línea 38...
38
 
38
 
39
    public function get_raw_events(
39
    public function get_raw_events(
40
        array $usersfilter = null,
40
        ?array $usersfilter = null,
41
        array $groupsfilter = null,
41
        ?array $groupsfilter = null,
42
        array $coursesfilter = null,
42
        ?array $coursesfilter = null,
43
        array $categoriesfilter = null,
43
        ?array $categoriesfilter = null,
44
        array $whereconditions = null,
44
        ?array $whereconditions = null,
45
        array $whereparams = null,
45
        ?array $whereparams = null,
46
        $ordersql = null,
46
        $ordersql = null,
47
        $offset = null,
47
        $offset = null,
48
        $limitnum = null,
48
        $limitnum = null,
49
        $ignorehidden = true
49
        $ignorehidden = true