MediaWiki master
|
Interface for iterable configuration instances. More...
Inherits MediaWiki\Config\Config, and IteratorAggregate.
Inherited by MediaWiki\Config\HashConfig.
Public Member Functions | |
getIterator () | |
Returns a traversable view of the configuration variables in this Config object. | |
getNames () | |
Returns the names of configuration variables in this Config object. | |
Public Member Functions inherited from MediaWiki\Config\Config | |
get ( $name) | |
Get a configuration variable such as "Sitename" or "UploadMaintenance.". | |
has ( $name) | |
Check whether a configuration option is set for the given name. | |
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.