░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/moodle/public/lib/classes/router/schema/parameters
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: mapped_property_parameter.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/>. namespace core\router\schema\parameters; use Psr\Http\Message\ServerRequestInterface; /** * An OpenAPI Parameter which supports validation. * * @package core * @copyright 2023 Andrew Lyons <andrew@nicols.co.uk> * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ interface mapped_property_parameter { /** * Add attribute for the current parameter to the request. * * @param ServerRequestInterface $request * @param string $value * @return ServerRequestInterface */ public function add_attributes_for_parameter_value( ServerRequestInterface $request, string $value, ): ServerRequestInterface; }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 header_object.php
PHP
3.8 KB
2026-02-11 01:44
EDIT
📄 mapped_property_parameter.php
PHP
1.3 KB
2026-02-11 01:44
EDIT
📄 path_parameter.php
PHP
4.5 KB
2026-02-11 01:44
EDIT
📄 query_parameter.php
PHP
4.8 KB
2026-02-11 01:44
EDIT