Class ConfigAdapterXml (namespace Nette\Config)
Reading and writing XML files.
Implements interfaces:
| Public Method Summary | |
|---|---|
| ConfigAdapterXml |
__construct
()
Static class - cannot be instantiated.
|
| static array |
load
(string $file, [string $section =
NULL])
Reads configuration from XML file.
|
| static void |
Write XML file.
|
| Method Details | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
line 40 __constructpublic ConfigAdapterXml __construct () Static class - cannot be instantiated.
|
||||||||||||||||||
|
line 53 loadpublic static array load (string $file, [string $section = Reads configuration from XML file. Implementation of:
|
||||||||||||||||||
|
line 80 savepublic static void save (Config $config, string $file, [$section = Write XML file. Implementation of:
|
||||||||||||||||||
