Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
CacheTool
Console
Config
PHP Class CacheTool\Console\Config
Inheritance:
implements
ArrayAccess
Afficher le fichier
Open project: gordalina/cachetool
Méthodes publiques
Méthode
Description
__construct
(
array
$config
= [] )
offsetExists
(
$offset
)
offsetGet
(
$offset
)
offsetSet
(
$offset
,
$value
)
offsetUnset
(
$offset
)
Method Details
__construct()
public
méthode
public
__construct
(
array
$config
= [] )
$config
array
offsetExists()
public
méthode
public
offsetExists
(
$offset
)
offsetGet()
public
méthode
public
offsetGet
(
$offset
)
offsetSet()
public
méthode
public
offsetSet
(
$offset
,
$value
)
offsetUnset()
public
méthode
public
offsetUnset
(
$offset
)