API17:JRequest::getVar
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JRequest::getVar
Description
Fetches and returns a given variable.
Description:JRequest::getVar [Edit Descripton]
Synopsis
public static JRequest::getVar ($name, $default=null, $hash= 'default', $type= 'none', $mask=0)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | |||
| $default | null | ||
| $hash | 'default' | ||
| $type | 'none' | ||
| $mask | 0 |
Returns
Defined in
libraries/joomla/environment/request.php
Referenced by
- JSession::_start
- JControllerAdmin::checkin
- JControllerAdmin::delete
- JControllerForm::edit
- JController::getInstance
- JModelList::getUserStateFromRequest
- JCache::makeId
- JControllerAdmin::publish
- JControllerAdmin::reorder
- JControllerForm::save
- JControllerAdmin::saveorder
See also
Examples
<CodeExamplesForm />
