API17

Difference between revisions of "JApplicationHelper"

From Joomla! Documentation

m (clean up)
m (remove NOTOC)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
 
 
=={{JVer|11.1}} JApplicationHelper==
 
=={{JVer|11.1}} JApplicationHelper==
 
===Description===
 
===Description===
Line 47: Line 46:
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]]
 
* {{JVer|11.1}} Subpackage [[API17:Subpackage Application|Application]]
 
* [[API17:JApplicationHelper|Other versions of JApplicationHelper]]
 
* [[API17:JApplicationHelper|Other versions of JApplicationHelper]]
{{subst:SeeAlso:JApplicationHelper}}
+
 
  
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JApplicationHelper
 
category=JApplicationHelper
category=CodeExample
+
namespace=CodeExample
 
category=ClassExample
 
category=ClassExample
 
include=*
 
include=*

Latest revision as of 18:04, 25 March 2017

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]

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.

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]


User contributed notes[edit]

Code Examples[edit]