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
FluxBB
Models
ConfigRepositoryInterface
PHP Interface FluxBB\Models\ConfigRepositoryInterface
Afficher le fichier
Open project: fluxbb/core
Interface Usage Examples
Méthodes publiques
Méthode
Description
get
(
$key
= null )
has
(
$key
)
isDisabled
(
$key
)
isEnabled
(
$key
)
set
(
$key
,
$value
)
Method Details
get()
public
méthode
public
get
(
$key
= null )
has()
public
méthode
public
has
(
$key
)
isDisabled()
public
méthode
public
isDisabled
(
$key
)
isEnabled()
public
méthode
public
isEnabled
(
$key
)
set()
public
méthode
public
set
(
$key
,
$value
)