API17

Difference between revisions of "JApplicationHelper"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 14: Line 14:
 
|-
 
|-
 
|public static  
 
|public static  
|[[JApplicationHelper::addClientInfo/11.1|addClientInfo]]
+
|[[API17:JApplicationHelper::addClientInfo|addClientInfo]]
 
|Adds information for a client.  
 
|Adds information for a client.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JApplicationHelper::getClientInfo/11.1|getClientInfo]]
+
|[[API17:JApplicationHelper::getClientInfo|getClientInfo]]
 
|Gets information on a specific client id.  
 
|Gets information on a specific client id.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JApplicationHelper::getComponentName/11.1|getComponentName]]
+
|[[API17:JApplicationHelper::getComponentName|getComponentName]]
 
|Return the name of the request component [main component].  
 
|Return the name of the request component [main component].  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JApplicationHelper::getPath/11.1|getPath]]
+
|[[API17:JApplicationHelper::getPath|getPath]]
 
|Get a path.  
 
|Get a path.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JApplicationHelper::parseXMLInstallFile/11.1|parseXMLInstallFile]]
+
|[[API17:JApplicationHelper::parseXMLInstallFile|parseXMLInstallFile]]
 
|Parse a XML install manifest file.  
 
|Parse a XML install manifest file.  
 
|-
 
|-
 
|public static  
 
|public static  
|[[JApplicationHelper::parseXMLLangMetaFile/11.1|parseXMLLangMetaFile]]
+
|[[API17:JApplicationHelper::parseXMLLangMetaFile|parseXMLLangMetaFile]]
 
|
 
|
 
|-
 
|-
 
|protected static  
 
|protected static  
|[[JApplicationHelper::_checkPath/11.1|_checkPath]]
+
|[[API17:JApplicationHelper::_checkPath|_checkPath]]
 
|Tries to find a file in the administrator or site areas.  
 
|Tries to find a file in the administrator or site areas.  
 
|-
 
|-
Line 47: Line 47:
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JApplicationHelper source code''' on [[jplatform:application/helper.php|BitBucket]]
 
* {{JVer|11.1}} '''JApplicationHelper source code''' on [[jplatform:application/helper.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Application/11.1|Application]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]]
* [[JApplicationHelper|Other versions of JApplicationHelper]]
+
* [[API17:JApplicationHelper|Other versions of JApplicationHelper]]
 
{{SeeAlso:JApplicationHelper}}
 
{{SeeAlso:JApplicationHelper}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 19:42, 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 JApplicationHelper[edit]

Description[edit]

Template:Description:JApplicationHelper [Edit Descripton]

Methods[edit]

Visibility Method name Description
public static addClientInfo Adds information for a client.
public static getClientInfo Gets information on a specific client id.
public static getComponentName Return the name of the request component [main component].
public static getPath Get a path.
public static parseXMLInstallFile Parse a XML install manifest file.
public static parseXMLLangMetaFile
protected static _checkPath Tries to find a file in the administrator or site areas.
  • Defined in libraries/joomla/application/helper.php

Importing[edit]

jimport( 'joomla.application.helper' );

See also[edit]

Template:SeeAlso:JApplicationHelper [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />