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 )