芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/www/cepali/enrol/self/classes/deleteselectedusers_form.php
. /** * The form to confirm the intention to bulk delete users enrolments. * * @package enrol_self * @copyright 2018 Farhan Karmali * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); require_once("$CFG->dirroot/enrol/bulkchange_forms.php"); /** * The form to confirm the intention to bulk delete users enrolments. * * @package enrol_self * @copyright 2018 Farhan Karmali * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class enrol_self_deleteselectedusers_form extends enrol_bulk_enrolment_confirm_form { }