芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/www/cepali/mod/lesson/classes/event/course_module_instance_list_viewed.php
. /** * The mod_lesson instance list viewed event. * * @package mod_lesson * @copyright 2013 Mark Nelson
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ namespace mod_lesson\event; defined('MOODLE_INTERNAL') || die(); /** * The mod_lesson instance list viewed event class. * * @package mod_lesson * @since Moodle 2.7 * @copyright 2013 Mark Nelson
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class course_module_instance_list_viewed extends \core\event\course_module_instance_list_viewed { // No code required here as the parent class handles it all. }