Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Contao
Fixtures
Config
PHP Class Contao\Fixtures\Config
Datei anzeigen
Open project: contao/core-bundle
Public Methods
Method
Description
get
(
$key
)
getInstance
( )
has
(
$key
)
isComplete
( )
preload
( )
set
(
$key
,
$value
)
Protected Methods
Method
Description
__construct
( )
Method Details
__construct()
protected
method
protected
__construct
( )
get()
public
static
method
public
static
get
(
$key
)
getInstance()
public
static
method
public
static
getInstance
( )
has()
public
static
method
public
static
has
(
$key
)
isComplete()
public
static
method
public
static
isComplete
( )
preload()
public
static
method
public
static
preload
( )
set()
public
static
method
public
static
set
(
$key
,
$value
)