Namespaces

  • Latte
    • Loaders
    • Macros
    • Runtime
  • Nette
    • Application
      • Responses
      • Routers
      • UI
    • Bridges
      • ApplicationLatte
      • ApplicationTracy
      • CacheLatte
      • DatabaseDI
      • DatabaseTracy
      • DITracy
      • FormsLatte
      • Framework
      • HttpTracy
      • SecurityTracy
    • Caching
      • Storages
    • ComponentModel
    • Database
      • Drivers
      • Reflection
      • Table
    • DI
      • Config
        • Adapters
      • Extensions
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
    • Loaders
    • Localization
    • Mail
    • Neon
    • PhpGenerator
    • Reflection
    • Security
    • Templating
    • Utils
  • NetteModule
  • none
  • Tracy

Classes

  • Helpers
  • Loader

Interfaces

  • IAdapter
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Interface IAdapter

Adapter for reading and writing configuration files.

Direct known implementers

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

Reads configuration from file.

Reads configuration from file.

Parameters

$file
string
file name

Returns

array
public string
# dump( array $data )

Generates configuration string.

Generates configuration string.

Returns

string
Nette 2.2 API documentation generated by ApiGen 2.8.0