PHP Class FluxBB\Models\ConfigRepository

Inheritance: implements FluxBB\Models\ConfigRepositoryInterface
Datei anzeigen Open project: fluxbb/core

Protected Properties

Property Type Description
$cache Illuminate\Cache\Repository
$data
$database Illuminate\Database\ConnectionInterface
$loaded
$original

Public Methods

Method Description
__construct ( Illuminate\Cache\Repository $cache, Illuminate\Database\ConnectionInterface $database )
get ( $key = null )
has ( $key )
isDisabled ( $key )
isEnabled ( $key )
save ( )
set ( $key, $value )

Protected Methods

Method Description
data ( )

Method Details

__construct() public method

public __construct ( Illuminate\Cache\Repository $cache, Illuminate\Database\ConnectionInterface $database )
$cache Illuminate\Cache\Repository
$database Illuminate\Database\ConnectionInterface

data() protected method

protected data ( )

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 )

save() public method

public save ( )

set() public method

public set ( $key, $value )

Property Details

$cache protected_oe property

protected Repository,Illuminate\Cache $cache
return Illuminate\Cache\Repository

$data protected_oe property

protected $data

$database protected_oe property

protected ConnectionInterface,Illuminate\Database $database
return Illuminate\Database\ConnectionInterface

$loaded protected_oe property

protected $loaded

$original protected_oe property

protected $original