芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/www/cepali/privacy/classes/local/request/subsystem/provider.php
. /** * This file contains the \core_privacy\local\request\subsystem\provider interface to describe * a class which provides data in some form for a subsystem. * * Plugins should implement this if they directly store any personal information. * * @package core_privacy * @copyright 2018 Jake Dallimore
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ namespace core_privacy\local\request\subsystem; defined('MOODLE_INTERNAL') || die(); /** * The provider interface for plugins which provide data from a subsystem * directly to the Privacy subsystem. * * @package core_privacy * @copyright 2018 Andrew Nicols
*/ interface provider extends \core_privacy\local\request\core_user_data_provider { }