ApplicationHelper
class ApplicationHelper
Application helper functions
Methods
Return the name of the request component [main component]
Provides a secure hash based on a seed
This method transliterates a string into a URL safe string or returns a URL safe UTF-8 string based on the global configuration
Gets information on a specific client id. This method will be useful in future versions when we start mapping applications in the database.
Adds information for a client.
Parse a XML install manifest file.
Parse a XML language meta file.
Details
static
string
getComponentName(
string $default = null)
Return the name of the request component [main component]
static
string
stringURLSafe(
string $string,
string $language = '')
This method transliterates a string into a URL safe string or returns a URL safe UTF-8 string based on the global configuration
static
mixed
getClientInfo(
integer $id = null,
boolean $byName = false)
Gets information on a specific client id. This method will be useful in future versions when we start mapping applications in the database.
This method will return a client information array if called with no arguments which can be used to add custom application information.