Namespaces

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • Config
  • ConfigAdapterIni

Interfaces

  • IConfigAdapter
  • Overview
  • Namespace
  • Class
  • Tree
  • Other releases

Interface IConfigAdapter

Adapter for reading and writing configuration files.

Direct known implementers

Nette\Config\ConfigAdapterIni
Namespace: Nette\Config
Author: David Grudl
Located at Config/IConfigAdapter.php
Methods summary
public static array
# load( string $file, string $section = NULL )

Reads configuration from file.

Reads configuration from file.

Parameters

$file
string
file name
$section
string
section to load

Returns

array
public static
# save( Nette\Config\Config $config, string $file, string $section = NULL )

Writes configuration to file.

Writes configuration to file.

Parameters

$config
Nette\Config\Config
to save
$file
string
file
$section
string
section name
Nette Framework 0.9.7 API documentation generated by ApiGen 2.3.0