X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/admin/classes/local/settings
home
/
cbholdings
/
pasukulu
/
admin
/
classes
/
local
/
settings
/
📁
..
📄
autocomplete.php
(6.59 KB)
📄
filesize.php
(6.58 KB)
📄
linkable_settings_page.php
(1.13 KB)
📄
manage_payment_gateway_plugins.php
(2.12 KB)
📄
setting_scheduled_task_status.php
(4.29 KB)
Editing: linkable_settings_page.php
<?php // 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, either version 3 of the License, or // (at your option) any later version. // // Moodle 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 Moodle. If not, see <http://www.gnu.org/licenses/>. /** * A settings page which can be viewed with a link directly. * * @package core_admin * @copyright 2021 Andrew Lyons <andrew@nicols.co.uk> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ namespace core_admin\local\settings; use moodle_url; interface linkable_settings_page { /** * Get the URL to view this settings page. * * @return moodle_url */ public function get_settings_page_url(): moodle_url; }
Upload File
Create Folder