JApplicationHelper::getClientInfo
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JApplicationHelper::getClientInfo[edit]
Description[edit]
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[edit]
- JApplicationHelper::getClientInfo source code on BitBucket
- Class JApplicationHelper
- Subpackage Application
- Other versions of JApplicationHelper::getClientInfo
User contributed notes[edit]
Code Examples[edit]