API17

Difference between revisions of "JPathway::getInstance"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 35: Line 35:
 
A pathway object.
 
A pathway object.
 
===Defined in===
 
===Defined in===
libraries/joomla/application/pathway.php
+
libraries/joomla/application/pathway.php (line 56)
 +
* see source code in [[jplatform:application/pathway.php#cl-56|BitBucket]]
 
===Referenced by===
 
===Referenced by===
* [[JApplication/getPathway/11.1|JApplication::getPathway]]
+
* [[JApplication::getPathway/11.1|JApplication::getPathway]]
 
===See also===
 
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:05, 23 April 2011

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 JPathway::getInstance[edit]

Description[edit]

Returns a object.

Template:Description:JPathway::getInstance [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public static JPathway::getInstance ($client, $options=array())
Parameter Type Default Description
$client string The name of the client
$options array array() An associative array of options

Returns[edit]

A pathway object.

Defined in[edit]

libraries/joomla/application/pathway.php (line 56)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JPathway::getInstance

Examples[edit]

<CodeExamplesForm />