Namespaces

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
    • Templating
    • Utils
  • NetteModule
  • None
  • PHP

Classes

  • Config
  • IniAdapter
  • NeonAdapter

Interfaces

  • IAdapter
  • Overview
  • Namespace
  • Class
  • Tree

Interface IAdapter

Adapter for reading and writing configuration files.

Direct known implementers

Nette\Config\IniAdapter, Nette\Config\NeonAdapter
Namespace: Nette\Config
Author: David Grudl
Located at Config/IAdapter.php
Methods summary
public static array
# load( string $file )

Reads configuration from file.

Reads configuration from file.

Parameters

$file
string
file name

Returns

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

Writes configuration to file.

Writes configuration to file.

Parameters

$config
Nette\Config\Config
to save
$file
string
file
Nette Framework 2.0beta1 API API documentation generated by ApiGen 2.3.0