芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/privacy/classes/local/deprecated.php
. /** * File containing a class for deprecated interfaces. * * Plugins should implement this if their interface is now deprecated. * * @package core_privacy * @copyright 2018 Adrian Greeve
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ namespace core_privacy\local; defined('MOODLE_INTERNAL') || die(); /** * The deprecated interface. * * @copyright 2018 Adrian Greeve
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ interface deprecated { }