PHP Class xajaxArgumentManager
This 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.
Datei anzeigen
Open project: xajax/xajax
Class Usage Examples
Public Methods
Private Methods
Method Details
getInstance()
public static method
Returns:
object - A reference to an instance of this class. This function is
used to implement the singleton pattern.
getRequestMethod()
public method
Returns the method that was used to send the arguments from the client.
Returns the array of arguments that were extracted and parsed from
the GET or POST data.