Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Joomla-Framework

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5

 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], [ $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], [ $byName = false])
  • int $id: A client identifier
  • $byName
getPath (line 103)

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 199)
void parseXMLInstallFile ( $path)
  • $path
parseXMLLangMetaFile (line 252)
void parseXMLLangMetaFile ( $path)
  • $path

Documentation generated on Mon, 05 Mar 2007 21:05:57 +0000 by phpDocumentor 1.3.1