Packages

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

Classes

  • NConfig
  • NIniAdapter
  • NNeonAdapter

Interfaces

  • IConfigAdapter
  • Overview
  • Package
  • Class
  • Tree

Interface IConfigAdapter

Adapter for reading and writing configuration files.

Direct known implementers

NIniAdapter, NNeonAdapter
Package: 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( NConfig $config, string $file )

Writes configuration to file.

Writes configuration to file.

Parameters

$config
NConfig
to save
$file
string
file
Nette Framework 2.0beta1 (for PHP 5.2) API API documentation generated by ApiGen 2.3.0