JFactory::getConfig/1.5
From Joomla! Documentation
JFactory::getConfig
Description
Get a configuration object.
Description:JFactory::getConfig [Edit Descripton]
public & function getConfig ( $file=null $type= 'PHP' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $file | null | ||
| $type | 'PHP' |
- Returns
- Defined on line 64 of libraries/joomla/factory.php
- Referenced by
- JSimpleCrypt::__construct
- JCacheStorageXCache::__construct
- JSessionStorageMemcache::__construct
- JCacheStorageFile::__construct
- JCacheStorageEaccelerator::__construct
- JCacheStorageApc::__construct
- JApplication::_createConfiguration
- _createDBO
- _createLanguage
- _createMailer
- _createSession
- _createTemplate
- JDocumentHTML::_loadTemplate
- JURI::base
- JInstallerHelper::cleanupInstall
- JError::customErrorPage
- JHTML::date
- JInstallerHelper::downloadPackage
- JArchive::extract
- getCache
- JCacheStorageMemcache::getConfig
- JClientHelper::getCredentials
- getDBO
- getEditor
- JUtility::getHash
- JLog::getInstance
- getLanguage
- JClientHelper::hasCredentials
- JApplication::initialise
- JInstaller::install
- JHTMLBehavior::mootools
- JDocumentRendererModule::render
- JClientHelper::setCredentials
- JCacheStorageFile::test
- JInstaller::update
See also
-
JFactory::getConfig on api.joomla.org
-
JFactory source code on JoomlaCode
-
Class JFactory
- Other versions of JFactory::getConfig
SeeAlso:JFactory::getConfig [Edit See Also]
User contributed notes
<CodeExamplesForm />