PHP Interface FluxBB\Models\ConfigRepositoryInterface

Exibir arquivo 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 )