\JApplicationHelper
Application helper functions
Synopsis
class JApplicationHelper
{
- // members
- protected $_clients;
- // methods
- public static string getComponentName()
- public static string getHash()
- public static string stringURLSafe()
- public static mixed getClientInfo()
- public static boolean addClientInfo()
- public static array parseXMLInstallFile()
- public static array parseXMLLangMetaFile()
Hierarchy
Extended by
Members
protected
- $_clients
—
array
Client information array
Methods
public
- addClientInfo() — Adds information for a client.
- getClientInfo() — Gets information on a specific client id. This method will be useful in future versions when we start mapping applications in the database.
- getComponentName() — Return the name of the request component [main component]
- getHash() — Provides a secure hash based on a seed
- parseXMLInstallFile() — Parse a XML install manifest file.
- parseXMLLangMetaFile() — Parse a XML language meta file.
- stringURLSafe() — This method transliterates a string into an URL safe string or returns a URL safe UTF-8 string based on the global configuration