JRequest::getWord
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JRequest::getWord
Description
Fetches and returns a given filtered variable.
public static function getWord (
$name
$default= ''
$hash= 'default'
)
Parameter | Type | Default | Description |
---|---|---|---|
$name | |||
$default | |||
$hash | 'default' |
- Returns
- Defined on line 232 of libraries/joomla/environment/request.php
- Referenced by
See also
JRequest::getWord source code on BitBucket
Class JRequest
Subpackage Environment
- Other versions of JRequest::getWord