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.
JApplicationHelper
Description
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. [Edit Descripton]
Methods
| 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
jimport( 'joomla.application.helper' );
See also
-
JApplicationHelper source code on BitBucket
-
Subpackage Application
- Other versions of JApplicationHelper
SeeAlso:JApplicationHelper [Edit See Also]
User contributed notes
<CodeExamplesForm />
