Class Request
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.
- Xoops\Core\Request
- Xmf\Request
Namespace: Xmf
Package: Xmf
Category: Xmf\Module\Request
Copyright: 2011-2013 XOOPS Project (http://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!
Version: Release: 1.0
Since: 1.0
Link: http://xoops.org
Located at oops_lib/Xmf/Request.php
Package: Xmf
Category: Xmf\Module\Request
Copyright: 2011-2013 XOOPS Project (http://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!
Version: Release: 1.0
Since: 1.0
Link: http://xoops.org
Located at oops_lib/Xmf/Request.php
get(),
getArray(),
getBool(),
getCmd(),
getDateTime(),
getEmail(),
getFloat(),
getIP(),
getInt(),
getMethod(),
getPath(),
getString(),
getText(),
getUrl(),
getVar(),
getWord(),
set(),
setVar()
|
ALLOWHTML,
ALLOWRAW,
NOTRIM
|