Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Nette
DI
Config
Adapters
PhpAdapter
PHP Class Nette\DI\Config\Adapters\PhpAdapter
Inheritance:
extends
Nette\Object
,
implements
Nette\DI\Config\IAdapter
Mostrar archivo
Open project: nette/di
Class Usage Examples
Public Methods
Method
Description
dump
(
array
$data
) :
string
Generates configuration in PHP format.
load
(
$file
) :
array
Reads configuration from PHP file.
Method Details
dump()
public
method
Generates configuration in PHP format.
public
dump
(
array
$data
) :
string
$data
array
return
string
load()
public
method
Reads configuration from PHP file.
public
load
(
$file
) :
array
return
array