API17:JRequest::getString
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 43: | Line 43: | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/environment/request.php | + | libraries/joomla/environment/request.php (line 270) |
| + | * see source code in [[jplatform:environment/request.php#cl-270|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
| − | * [[JComponentHelper | + | * [[JComponentHelper::renderComponent/11.1|JComponentHelper::renderComponent]] |
| − | * [[JClientHelper | + | * [[JClientHelper::setCredentialsFromRequest/11.1|JClientHelper::setCredentialsFromRequest]] |
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 21:08, 23 April 2011
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::getString
Description
Fetches and returns a given filtered variable.
Description:JRequest::getString [Edit Descripton]
Synopsis
public static JRequest::getString ($name, $default= '', $hash= 'default', $mask=0)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | |||
| $default | |||
| $hash | 'default' | ||
| $mask | 0 |
Returns
Defined in
libraries/joomla/environment/request.php (line 270)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
