Application helper functions
- Depuis
- 1.5
static getClientInfo |
( |
|
$id = null , |
|
|
|
$byName = false |
|
) |
| |
|
static |
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.
- Paramètres
-
integer | $id | A client identifier |
boolean | $byName | If True, find the client by its name |
- Renvoie
- mixed Object describing the client or false if not known
- Depuis
- 1.5
Références $client, $id, JPATH_ADMINISTRATOR, JPATH_INSTALLATION, JPATH_SITE, et null.
Référencé par InstallerExtension\__construct(), PackageAdapter\_getExtensionId(), CollectionAdapter\_startElement(), Installer\copyManifest(), ModuleAdapter\discover(), TemplateAdapter\discover(), LanguageAdapter\discover_install(), ExtensionAdapter\findUpdate(), TemplatestyleField\getGroups(), Pathway\getInstance(), Router\getInstance(), LanguageAdapter\install(), Installer\parseFiles(), Installer\parseLanguages(), ModuleAdapter\prepareDiscoverInstall(), TemplateAdapter\prepareDiscoverInstall(), PluginAdapter\prepareDiscoverInstall(), ModuleAdapter\refreshManifestCache(), TemplateAdapter\refreshManifestCache(), PluginAdapter\refreshManifestCache(), LanguageAdapter\refreshManifestCache(), ComponentAdapter\refreshManifestCache(), Installer\removeFiles(), ModulepositionField\setup(), ModuleAdapter\setupInstallPaths(), TemplateAdapter\setupInstallPaths(), TemplateAdapter\uninstall(), PackageAdapter\uninstall(), LanguageAdapter\uninstall(), et LanguageAdapter\update().