API17

Difference between revisions of "JPathway::getInstance"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JPathway::getInstance|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JPathway::getInstance|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JPathway::getInstance ($client, $options=array())
+
public static function getInstance (
 +
        $client
 +
        $options=array
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 29: Line 29:
 
|array
 
|array
 
|array()
 
|array()
|An associative array of options  
+
|An associative array of options
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' A pathway object.
A pathway object.
+
* '''Defined''' on line 54 of libraries/joomla/application/pathway.php
===Defined in===
+
* '''Since''' {{JVer|11.1 }}
libraries/joomla/application/pathway.php (line 56)
+
* '''Referenced by'''
* see source code in [[jplatform:application/pathway.php#cl-56|BitBucket]]
+
** [[JApplication::getPathway/11.1|JApplication::getPathway]]
===Referenced by===
 
* [[JApplication::getPathway/11.1|JApplication::getPathway]]
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JPathway::getInstance source code''' on [[jplatform:application/pathway.php#cl-46|BitBucket]]
 +
* {{JVer|11.1}} Class [[JPathway/11.1|JPathway]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
 +
* [[JPathway::getInstance|Other versions of JPathway::getInstance]]
 +
{{SeeAlso:JPathway::getInstance}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JPathway::getInstance|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JPathway::getInstance|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JPathway/11.1|JPathway]]
+
===User contributed notes===
* [[JPathway::getInstance|Other versions of this method]]
 
{{SeeAlso:JPathway::getInstance}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 54: Line 54:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JPathway]][[Category:JPathway::getInstance]]</noinclude>
 
<noinclude>[[Category:JPathway]][[Category:JPathway::getInstance]]</noinclude>

Revision as of 21:29, 27 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]

public static function getInstance (
        $client
        $options=array
)
Parameter Type Default Description
$client string The name of the client
$options array array() An associative array of options
  • Returns A pathway object.
  • Defined on line 54 of libraries/joomla/application/pathway.php
  • Since Joomla 11.1
  • Referenced by

See also[edit]

Template:SeeAlso:JPathway::getInstance [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />