property Smarty::$request_vars_order in Quiz 6.5
Same name and namespace in other branches
- 6.6 includes/moodle/lib/smarty/Smarty.class.php \Smarty::request_vars_order
The order in which request variables are registered, similar to variables_order in php.ini E = Environment, G = GET, P = POST, C = Cookies, S = Server
Type: string
File
- includes/
moodle/ lib/ smarty/ Smarty.class.php, line 270
Class
- Smarty
- @package Smarty
Code
var $request_vars_order = 'EGPCS';