JApplicationHelper::getClientInfo
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.
Signature
public function getClientInfo([integer
$id = null,
[boolean
$byName = false]] )
Parameters
-
$id
- A client identifier
-
$byName
- If True, find the client by its name
Returns
- mixed
- Object describing the client or false if not known