API17

Difference between revisions of "JRequest::set"

From Joomla! Documentation

m (JoomlaWikiBot moved page JRequest::set/11.1 to API17:JRequest::set without leaving a redirect: Robot: Moved page)
m (moving preparation)
(One intermediate revision by the same user not shown)
Line 41: Line 41:
 
* '''Defined''' on line 417 of libraries/joomla/environment/request.php
 
* '''Defined''' on line 417 of libraries/joomla/environment/request.php
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JApplication::route/11.1|JApplication::route]]
+
** [[API17:JApplication::route|JApplication::route]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JRequest::set source code''' on [[jplatform:environment/request.php#cl-409|BitBucket]]
 
* {{JVer|11.1}} '''JRequest::set source code''' on [[jplatform:environment/request.php#cl-409|BitBucket]]
* {{JVer|11.1}} Class [[JRequest/11.1|JRequest]]
+
* {{JVer|11.1}} Class [[API17:JRequest|JRequest]]
* {{JVer|11.1}} Subpackage [[Subpackage_Environment/11.1|Environment]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
* [[JRequest::set|Other versions of JRequest::set]]
+
* [[API17:JRequest::set|Other versions of JRequest::set]]
 
{{SeeAlso:JRequest::set}}
 
{{SeeAlso:JRequest::set}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
Line 62: Line 62:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JRequest]][[Category:JRequest::set]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 21:24, 11 May 2013

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.

Joomla 11.1 JRequest::set[edit]

Description[edit]

Sets a request variable.

Template:Description:JRequest::set [Edit Descripton]

public static function set (
        $array
        $hash= 'default'
        $overwrite=true
)
Parameter Type Default Description
$array array An associative array of key-value pairs.
$hash string 'default' The request variable to set (POST, GET, FILES, METHOD).
$overwrite boolean true If true and an existing key is found, the value is overwritten, otherwise it is ignored.
  • Returns
  • Defined on line 417 of libraries/joomla/environment/request.php
  • Referenced by

See also[edit]

Template:SeeAlso:JRequest::set [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />