MediaWiki
REL1_40
IterableConfig.php
Go to the documentation of this file.
1
<?php
23
namespace
MediaWiki\Config
;
24
25
use
Config
;
26
use IteratorAggregate;
27
use Traversable;
28
36
interface
IterableConfig
extends
Config
, IteratorAggregate {
37
43
public
function
getIterator
(): Traversable;
44
50
public
function
getNames
(): array;
51
52
}
Config
Interface for configuration instances.
Definition
Config.php:30
MediaWiki\Config\IterableConfig
Interface for iterable configuration instances.
Definition
IterableConfig.php:36
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
ConfigRepository.php:23
includes
config
IterableConfig.php
Generated on Thu Jun 27 2024 14:02:31 for MediaWiki by
1.10.0