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
FluxBB
Models
ConfigRepositoryInterface
PHP Interface FluxBB\Models\ConfigRepositoryInterface
Mostrar archivo
Open project: fluxbb/core
Interface Usage Examples
Public Methods
Method
Description
get
(
$key
= null )
has
(
$key
)
isDisabled
(
$key
)
isEnabled
(
$key
)
set
(
$key
,
$value
)
Method Details
get()
public
method
public
get
(
$key
= null )
has()
public
method
public
has
(
$key
)
isDisabled()
public
method
public
isDisabled
(
$key
)
isEnabled()
public
method
public
isEnabled
(
$key
)
set()
public
method
public
set
(
$key
,
$value
)