|
MediaWiki REL1_39
|
Interface for iterable configuration instances. More...


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 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 36 of file IterableConfig.php.
| MediaWiki\Config\IterableConfig::getIterator | ( | ) |
Returns a traversable view of the configuration variables in this Config object.
Implemented in HashConfig.
| MediaWiki\Config\IterableConfig::getNames | ( | ) |
Returns the names of configuration variables in this Config object.
Implemented in HashConfig.