API17:JApplicationHelper::getClientInfo
From Joomla! Documentation
JApplicationHelper::getClientInfo
Description
Gets information on a specific client id.
public static function getClientInfo (
$id=null
$byName=false
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | null | ||
| $byName | false |
- Returns
- Defined on line 65 of libraries/joomla/application/helper.php
- Referenced by
- JExtension::__construct
- JUpdaterCollection::_startElement
- JInstaller::copyManifest
- JInstallerTemplate::discover
- JInstallerModule::discover
- JInstallerTemplate::discover_install
- JInstallerPlugin::discover_install
- JInstallerComponent::discover_install
- JInstallerModule::discover_install
- JInstallerLanguage::discover_install
- JFormFieldTemplateStyle::getGroups
- JFormFieldModuleLayout::getInput
- JFormFieldComponentLayout::getInput
- JRouter::getInstance
- JPathway::getInstance
- JMenu::getInstance
- JApplication::getInstance
- JInstallerTemplate::install
- JInstallerModule::install
- JInstallerLanguage::install
- JInstaller::parseFiles
- JInstaller::parseLanguages
- JInstaller::parseMedia
- JInstallerTemplate::refreshManifestCache
- JInstallerPlugin::refreshManifestCache
- JInstallerComponent::refreshManifestCache
- JInstallerModule::refreshManifestCache
- JInstallerLanguage::refreshManifestCache
- JInstaller::removeFiles
- JInstallerTemplate::uninstall
- JInstallerPackage::uninstall
- JInstallerModule::uninstall
- JInstallerLanguage::uninstall
- JInstallerLanguage::update
See also
JApplicationHelper::getClientInfo source code on BitBucket
Class JApplicationHelper
Subpackage Application- Other versions of JApplicationHelper::getClientInfo
User contributed notes
Code Examples