API17

Difference between revisions of "JApplicationHelper"

From Joomla! Documentation

m (JoomlaWikiBot moved page JApplicationHelper/11.1 to API17:JApplicationHelper without leaving a redirect: Robot: Moved page)
m (→‎User contributed notes: moving preparation)
Line 64: Line 64:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JApplicationHelper]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 10:01, 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 />