Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 46... Línea 46...
46
     *
46
     *
47
     * @param int $modifiedfrom timestamp
47
     * @param int $modifiedfrom timestamp
48
     * @param \context|null $context Restriction context
48
     * @param \context|null $context Restriction context
49
     * @return \moodle_recordset|null Recordset or null if no change possible
49
     * @return \moodle_recordset|null Recordset or null if no change possible
50
     */
50
     */
51
    public function get_document_recordset($modifiedfrom = 0, \context $context = null) {
51
    public function get_document_recordset($modifiedfrom = 0, ?\context $context = null) {
52
        global $DB;
52
        global $DB;
Línea 53... Línea 53...
53
 
53
 
54
        list ($contextjoin, $contextparams) = $this->get_course_level_context_restriction_sql(
54
        list ($contextjoin, $contextparams) = $this->get_course_level_context_restriction_sql(
55
                $context, 'c');
55
                $context, 'c');