API17:JFactory::getConfig
From Joomla! Documentation
JFactory::getConfig
Description
Get a configuration object.
public static function getConfig (
$file=null
$type= 'PHP'
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $file | null | ||
| $type | 'PHP' |
- Returns
- Defined on line 72 of libraries/joomla/factory.php
- Referenced by
- JSimpleCrypt::__construct
- JLoggerFormattedText::__construct
- JTableModule::__construct
- JTableCategory::__construct
- JTable::__construct
- JLoggerDatabase::__construct
- JSessionStorageMemcache::__construct
- JCacheStorage::__construct
- JCache::__construct
- JTableMenu::__construct
- JApplication::_createConfiguration
- JSession::_setCookieParams
- JInstaller::abort
- JUser::authorise
- JURI::base
- JHtmlBehavior::caption
- JTableUser::check
- JInstallerHelper::cleanupInstall
- JHtmlBehavior::combobox
- JError::customErrorPage
- JHtml::date
- JSession::destroy
- JController::display
- JInstallerHelper::downloadPackage
- JArchive::extract
- JForm::filterField
- JHtmlBehavior::formvalidation
- JHtmlBehavior::framework
- JClientHelper::getCredentials
- JFormFieldTimezone::getGroups
- JUtility::getHash
- JApplication::getHash
- JFormFieldCalendar::getInput
- JLog::getInstance
- JCacheStorage::getInstance
- JClientHelper::hasCredentials
- JApplication::initialise
- JHtmlBehavior::modal
- JModuleHelper::moduleCache
- JDocumentRendererModule::render
- JClientHelper::setCredentials
- JHtmlBehavior::switcher
- JCacheStorageMemcache::test
- JCacheStorageFile::test
- JHtmlBehavior::uploader
See also
JFactory::getConfig source code on BitBucket
Class JFactory- Other versions of JFactory::getConfig
User contributed notes
Code Examples