Class XoopsRequest
Request Class
This class serves to provide a common interface to access request variables. This includes $_POST, $_GET, and naturally $_REQUEST. Variables can be passed through an input filter to avoid injection or returned raw.
- Xmf\Request
- XoopsRequest
Package: Xmf
Category: Xmf\Module\Request
Copyright: (c) 2000-2016 XOOPS Project (www.xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Author: trabis lusopoemas@gmail.com
Author: Joomla!
Since: 2.5.7
Link: http://xoops.org
Located at lass/xoopsrequest.php
Category: Xmf\Module\Request
Copyright: (c) 2000-2016 XOOPS Project (www.xoops.org)
License: GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
Author: Richard Griffith richard@geekwright.com
Author: trabis lusopoemas@gmail.com
Author: Joomla!
Since: 2.5.7
Link: http://xoops.org
Located at lass/xoopsrequest.php
cleanVar(),
cleanVars(),
get(),
getArray(),
getBool(),
getCmd(),
getEmail(),
getFloat(),
getHeader(),
getIP(),
getInt(),
getMethod(),
getPath(),
getString(),
getText(),
getUrl(),
getVar(),
getWord(),
hasVar(),
set(),
setVar(),
stripSlashesRecursive()
|
MASK_ALLOW_HTML,
MASK_ALLOW_RAW,
MASK_NO_TRIM
|