Xajax_core xajaxArgumentManager. inc.php |
xajaxArgumentManager. inc.phpContains the xajaxArgumentManager class Summary
xajaxArgumentManager classPlease see copyright.inc.php for a detailed description, copyright and license information. xajaxArgumentManagerThis class processes the input arguments from the GET or POST data of the request. If this is a request for the initial page load, no arguments will be processed. During a xajax request, any arguments found in the GET or POST will be converted to a PHP array. Summary
configure
Accepts configuration settings from the main xajax object. The xajaxArgumentManager tracks the following configuration settings
|
An array of arguments received via the GET or POST parameter xjxargs.
var $aArgs
A configuration option used to indicate whether input data should be UTF8 decoded automatically.
var $bDecodeUTF8Input
The character encoding in which the input data will be received.
var $sCharacterEncoding
Stores the method that was used to send the arguments from the client.
var $nMethod
Stores the decoding sequence table.
var $aSequence
Initializes configuration settings to their default values and reads the argument data from the GET or POST data.
function xajaxArgumentManager()
function &getInstance()
Accepts configuration settings from the main xajax object.
function configure( $sName, $mValue )
Returns the method that was used to send the arguments from the client.
function getRequestMethod()
Returns the array of arguments that were extracted and parsed from the GET or POST data.
function process()