JURI::getVar/1.5

From Joomla! Documentation
< JURI::getVar(Difference between revisions)
Jump to: navigation, search
(Bulk upload by Doxiki2)
 
(Layout updates)
Line 4: Line 4:
 
Returns a query variable by name.  
 
Returns a query variable by name.  
  
 +
{{Description:JURI::getVar}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JURI/getVar|Edit Descripton]]<nowiki>]</nowiki>
+
<nowiki>[</nowiki>[[Description:JURI::getVar|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{Description:JURI/getVar}}
 
===Since===
 
{{JVer|1.5 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JURI->getVar ($name=null, $default=null)
+
public function getVar (
 +
        $name=null
 +
        $default=null
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 32: Line 32:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' array Query variables
array Query variables
+
* '''Defined''' on line 409 of libraries/joomla/environment/uri.php
===Defined in===
+
* '''Since''' {{JVer|1.5 }}
libraries/joomla/environment/uri.php
+
===Referenced by===
+
 
===See also===
 
===See also===
 +
* {{JVer|1.5}} '''JURI::getVar''' on [http://api.joomla.org/Joomla-Framework/Environment/JURI.html#getVar api.joomla.org]
 +
* {{JVer|1.5}} '''JURI source code''' on [[jframework15:environment/uri.php|JoomlaCode]]
 +
* {{JVer|1.5}} Class [[JURI/1.5|JURI]]
 +
* {{JVer|1.5}} Subpackage [[Subpackage_Environment/1.5|Environment]]
 +
* [[JURI::getVar|Other versions of JURI::getVar]]
 +
{{SeeAlso:JURI::getVar}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[SeeAlso:JURI/getVar|Edit See Also]]<nowiki>]</nowiki>
+
<nowiki>[</nowiki>[[SeeAlso:JURI::getVar|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
{{SeeAlso:JURI/getVar}}
+
===User contributed notes===
* [[JURI/1.5|JURI]]
+
* [[JURI::getVar|Other versions of this method]]
+
===Examples===
+
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 50: Line 51:
 
category=JURI::getVar
 
category=JURI::getVar
 
category=CodeExample
 
category=CodeExample
category=ClassExample
+
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JURI]][[Category:JURI::getVar]]</noinclude>
 
<noinclude>[[Category:JURI]][[Category:JURI::getVar]]</noinclude>

Revision as of 20:32, 25 April 2011

Joomla 1.5 JURI::getVar

Description

Returns a query variable by name.

Description:JURI::getVar [Edit Descripton]

public function getVar (
        $name=null
        $default=null
)
Parameter Type Default Description
$name string null Name of the query variable to get
$default null
  • Returns array Query variables
  • Defined on line 409 of libraries/joomla/environment/uri.php
  • Since Joomla 1.5

See also

SeeAlso:JURI::getVar [Edit See Also]

User contributed notes

<CodeExamplesForm />


Personal tools
Namespaces

Variants
Actions
Navigation
Joomla! Sites
Toolbox