MediaWiki
master
|
Interface for iterable configuration instances. More...
Public Member Functions | |
getIterator () | |
Returns a traversable view of the configuration variables in this Config object. More... | |
getNames () | |
Returns the names of configuration variables in this Config object. More... | |
![]() | |
get ( $name) | |
Get a configuration variable such as "Sitename" or "UploadMaintenance.". More... | |
has ( $name) | |
Check whether a configuration option is set for the given name. More... | |
Interface for iterable configuration instances.
Definition at line 35 of file IterableConfig.php.
MediaWiki\Config\IterableConfig::getIterator | ( | ) |
Returns a traversable view of the configuration variables in this Config object.
Implemented in MediaWiki\Config\HashConfig.
MediaWiki\Config\IterableConfig::getNames | ( | ) |
Returns the names of configuration variables in this Config object.
Implemented in MediaWiki\Config\HashConfig.