MediaWiki
master
IterableConfig.php
Go to the documentation of this file.
1
<?php
23
namespace
MediaWiki\Config
;
24
25
use IteratorAggregate;
26
use Traversable;
27
35
interface
IterableConfig
extends
Config
, IteratorAggregate {
36
42
public
function
getIterator
(): Traversable;
43
49
public
function
getNames
(): array;
50
51
}
MediaWiki\Config\Config
Interface for configuration instances.
Definition
Config.php:32
MediaWiki\Config\IterableConfig
Interface for iterable configuration instances.
Definition
IterableConfig.php:35
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:23
includes
config
IterableConfig.php
Generated on Sat Dec 7 2024 21:23:25 for MediaWiki by
1.10.0