Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 39... Línea 39...
39
     *
39
     *
40
     * @param int $modifiedfrom
40
     * @param int $modifiedfrom
41
     * @param \context|null $context Optional context to restrict scope of returned results
41
     * @param \context|null $context Optional context to restrict scope of returned results
42
     * @return moodle_recordset|null Recordset (or null if no results)
42
     * @return moodle_recordset|null Recordset (or null if no results)
43
     */
43
     */
44
    public function get_document_recordset($modifiedfrom = 0, \context $context = null) {
44
    public function get_document_recordset($modifiedfrom = 0, ?\context $context = null) {
45
        return $this->get_document_recordset_helper($modifiedfrom, $context, 'useridfrom');
45
        return $this->get_document_recordset_helper($modifiedfrom, $context, 'useridfrom');
46
    }
46
    }
Línea 47... Línea 47...
47
 
47
 
48
    /**
48
    /**