API17

JApplicationHelper

From Joomla! Documentation

Revision as of 15:44, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

[Edit Descripton] Template:Description:JApplicationHelper

Defined in[edit]

libraries/joomla/application/helper.php

Subpackage[edit]

Application

Extends[edit]

Extended by[edit]

Methods[edit]

Method name Description
addClientInfo Adds information for a client.
getClientInfo Gets information on a specific client id.
getComponentName Return the name of the request component [main component].
getPath Get a path.
parseXMLInstallFile Parse a XML install manifest file.
parseXMLLangMetaFile
_checkPath Tries to find a file in the administrator or site areas.

Importing[edit]

jimport( 'joomla.application.helper' );

See also[edit]

Template:SeeAlso:JApplicationHelper [Edit See Also]

Examples[edit]

<CodeExamplesForm />