Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 29... Línea 29...
29
 * @author     Mark Johnson <mark.johnson@catalyst-eu.net>
29
 * @author     Mark Johnson <mark.johnson@catalyst-eu.net>
30
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
30
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
31
 */
31
 */
32
class quiz_managecategories_feature extends \qbank_managecategories\plugin_feature {
32
class quiz_managecategories_feature extends \qbank_managecategories\plugin_feature {
Línea 33... Línea 33...
33
 
33
 
34
    public function get_question_filters(view $qbank = null): array {
34
    public function get_question_filters(?view $qbank = null): array {
35
        return [
35
        return [
36
            new custom_category_condition($qbank),
36
            new custom_category_condition($qbank),
37
        ];
37
        ];
38
    }
38
    }