芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/public_html/cepali/question/behaviour/informationitem/classes/privacy/provider.php
. /** * Privacy Subsystem implementation for qbehaviour_informationitem. * * @package qbehaviour_informationitem * @copyright 2018 Andrew Nicols
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ namespace qbehaviour_informationitem\privacy; defined('MOODLE_INTERNAL') || die(); /** * Privacy Subsystem for qbehaviour_informationitem implementing null_provider. * * @copyright 2018 Andrew Nicols
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class provider implements \core_privacy\local\metadata\null_provider { /** * Get the language string identifier with the component's language * file to explain why this plugin stores no data. * * @return string */ public static function get_reason() : string { return 'privacy:metadata'; } }