API17:JApplicationHelper
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
[Edit Descripton] JApplicationHelper is a class which provides helper functions for using JApplication. JApplicationHelper has functions to help you get client information, paths, and parse XML files into associative arrays.
Defined in
libraries/joomla/application/helper.php
- see source code in BitBucket
Subpackage
Extends
Extended by
Methods
| 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
jimport( 'joomla.application.helper' );
See also
- JApplicationHelper source code in BitBucket
- Other versions of this class
SeeAlso:JApplicationHelper [Edit See Also]
Examples
<CodeExamplesForm />
