MediaWiki
master
IterableConfig.php
Go to the documentation of this file.
1
<?php
9
namespace
MediaWiki\Config
;
10
11
use IteratorAggregate;
12
use Traversable;
13
21
interface
IterableConfig
extends
Config
, IteratorAggregate {
22
28
public
function
getIterator
(): Traversable;
29
35
public
function
getNames
(): array;
36
37
}
MediaWiki\Config\Config
Interface for configuration instances.
Definition
Config.php:18
MediaWiki\Config\IterableConfig
Interface for iterable configuration instances.
Definition
IterableConfig.php:21
MediaWiki\Config\IterableConfig\getIterator
getIterator()
Returns a traversable view of the configuration variables in this Config object.
MediaWiki\Config\IterableConfig\getNames
getNames()
Returns the names of configuration variables in this Config object.
MediaWiki\Config
Definition
Config.php:9
includes
Config
IterableConfig.php
Generated on Thu Feb 12 2026 22:24:31 for MediaWiki by
1.10.0