Support Joomla!

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2008 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JApplicationHelper

Description

Application helper functions

  • since: 1.5

Located in /joomla/application/helper.php (line 26)

Class JApplicationHelper   (Subpackage Application)
Method Summary
Method mixed &getClientInfo ([int $id = null], [boolean $byName = false])
Method string getPath (string $varname, [string $user_option = null])
Method void parseXMLInstallFile ( $path)
Method void parseXMLLangMetaFile ( $path)
Methods
getClientInfo (line 38)

Gets information on a specific client id. This method will be useful in future versions when we start mapping applications in the database.

  • return: Object describing the client or false if not known
  • since: 1.5
  • access: public
mixed &getClientInfo ([int $id = null], [boolean $byName = false])
  • int $id: A client identifier
  • boolean $byName: If True, find the client by it's name
getPath (line 106)

Get a path

  • return: The requested path
  • since: 1.0
  • access: public
string getPath (string $varname, [string $user_option = null])
  • string $varname
  • string $user_option
parseXMLInstallFile (line 208)
void parseXMLInstallFile ( $path)
  • $path
parseXMLLangMetaFile (line 262)
void parseXMLLangMetaFile ( $path)
  • $path

Documentation generated on Sat, 14 Nov 2009 11:14:28 +0000 by phpDocumentor 1.3.1