Package base :: Package lib :: Package drupy :: Module DrupyPHP :: Class __SuperGlobals
[hide private]

Class __SuperGlobals

source code

Class to handle super globals
Static Methods [hide private]
 
getSERVER()
_SERVER vars If this is not being run from a webserver, we will simulate the web server vars for CLI testing.
source code
 
getGET()
_GET vars
source code
 
getPOST()
_POST vars
source code
 
getREQUEST(get, post)
_REQUEST vars
source code
 
getSESSION()
_SESSION vars
source code
Method Details [hide private]

getSERVER()
Static Method

source code 
_SERVER vars If this is not being run from a webserver, we will simulate the web server vars for CLI testing.
Returns:
Dict

getGET()
Static Method

source code 
_GET vars
Returns:
Dict

getPOST()
Static Method

source code 
_POST vars
Returns:
Dict

getREQUEST(get, post)
Static Method

source code 
_REQUEST vars
Returns:
Dict

getSESSION()
Static Method

source code 
_SESSION vars
Returns:
Dict