Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 97... Línea 97...
97
    }
97
    }
Línea 98... Línea 98...
98
 
98
 
99
    /**
99
    /**
100
     * Ensure current user is able to use this form
100
     * Ensure current user is able to use this form
101
     *
101
     *
102
     * A {@see \core_reportbuilder\report_access_exception} will be thrown if they can't
102
     * A {@see \core_reportbuilder\exception\report_access_exception} will be thrown if they can't
103
     */
103
     */
104
    protected function check_access_for_dynamic_submission(): void {
104
    protected function check_access_for_dynamic_submission(): void {
Línea 105... Línea 105...
105
        $audience = $this->get_audience();
105
        $audience = $this->get_audience();