JApplicationHelper/1.5
From Joomla! Documentation
< JApplicationHelper(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→See also: fixing link to API) |
||
| (One intermediate revision by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JApplicationHelper== | ||
| + | ===Description=== | ||
| + | {{Description:JApplicationHelper}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JApplicationHelper|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JApplicationHelper|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JApplicationHelper::_checkPath/1.5|_checkPath]] | |[[JApplicationHelper::_checkPath/1.5|_checkPath]] | ||
|Tries to find a file in the administrator or site areas. | |Tries to find a file in the administrator or site areas. | ||
|- | |- | ||
| + | |public | ||
|[[JApplicationHelper::getClientInfo/1.5|getClientInfo]] | |[[JApplicationHelper::getClientInfo/1.5|getClientInfo]] | ||
|Gets information on a specific client id. | |Gets information on a specific client id. | ||
|- | |- | ||
| + | |public | ||
|[[JApplicationHelper::getPath/1.5|getPath]] | |[[JApplicationHelper::getPath/1.5|getPath]] | ||
|Get a path. | |Get a path. | ||
|- | |- | ||
| + | |public | ||
|[[JApplicationHelper::parseXMLInstallFile/1.5|parseXMLInstallFile]] | |[[JApplicationHelper::parseXMLInstallFile/1.5|parseXMLInstallFile]] | ||
| | | | ||
|- | |- | ||
| + | |public | ||
|[[JApplicationHelper::parseXMLLangMetaFile/1.5|parseXMLLangMetaFile]] | |[[JApplicationHelper::parseXMLLangMetaFile/1.5|parseXMLLangMetaFile]] | ||
| | | | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/application/helper.php | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.application.helper' );</source> | <source lang="php">jimport( 'joomla.application.helper' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JApplicationHelper''' on [http://api.joomla.org/1.5/Joomla-Framework/Application/JApplicationHelper.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JApplicationHelper source code''' on [[jframework15:application/helper.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Application/1.5|Application]] | ||
| + | * [[JApplicationHelper|Other versions of JApplicationHelper]] | ||
| + | {{SeeAlso:JApplicationHelper}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JApplicationHelper|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JApplicationHelper|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 49: | Line 54: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JApplicationHelper]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JApplicationHelper]]</noinclude> | ||
Latest revision as of 12:49, 13 February 2013
[edit]
JApplicationHelper
[edit] 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]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _checkPath | Tries to find a file in the administrator or site areas. |
| public | getClientInfo | Gets information on a specific client id. |
| public | getPath | Get a path. |
| public | parseXMLInstallFile | |
| public | parseXMLLangMetaFile |
- Defined in libraries/joomla/application/helper.php
[edit] Importing
jimport( 'joomla.application.helper' );
[edit] See also
-
JApplicationHelper on api.joomla.org
-
JApplicationHelper source code on JoomlaCode
-
Subpackage Application
- Other versions of JApplicationHelper
SeeAlso:JApplicationHelper [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />