API17

Difference between revisions of "JURI:: construct"

From Joomla! Documentation

m (→‎See also: moving preparation)
m (clean up)
Line 4: Line 4:
 
Constructor.  
 
Constructor.  
  
{{Description:JURI::__construct}}
+
{{subst:Description:JURI::__construct}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JURI::__construct|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public function __construct ($uri=null)
 
public function __construct ($uri=null)
Line 31: Line 29:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
 
* [[API17:JURI::__construct|Other versions of JURI::__construct]]
 
* [[API17:JURI::__construct|Other versions of JURI::__construct]]
{{SeeAlso:JURI::__construct}}
+
{{subst:SeeAlso:JURI::__construct}}
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JURI::__construct|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
 
<CodeExamplesForm />
 
<CodeExamplesForm />

Revision as of 11:19, 24 March 2017

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 JURI::__construct[edit]

Description[edit]

Constructor.

{{subst:Description:JURI::__construct}}

public function __construct ($uri=null)
Parameter Type Default Description
$uri null
  • Returns
  • Defined on line 84 of libraries/joomla/environment/uri.php

See also[edit]

{{subst:SeeAlso:JURI::__construct}}

User contributed notes[edit]

<CodeExamplesForm />