<?php //Copyright 2018 Amazon.com, Inc. and its affiliates. All Rights Reserved. // // This file is part of Moodle - http://moodle.org/ // // Moodle is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 3 // of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see <https://www.gnu.org/licenses/gpl-3.0.html>. /** * The mod_newmodule instance list viewed event. * * @package mod_appstream * @copyright 2018 Amazon.com, Inc. and its affiliates. All Rights Reserved. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 */ namespace mod_appstream\event; defined('MOODLE_INTERNAL') || die(); class course_module_instance_list_viewed extends \core\event\course_module_instance_list_viewed { }