PHP Class Jarves\Configuration\Cache

Inheritance: extends Model
Datei anzeigen Open project: jarves/jarves Class Usage Examples

Protected Properties

Property Type Description
$attributes
$docBlock
$options Options
$service string

Public Methods

Method Description
getOption ( $key )
getOptions ( ) : Options
getService ( ) : string
setOption ( $key, $value )
setOptions ( Options $options = null )
setService ( string $service )

Method Details

getOption() public method

public getOption ( $key )

getOptions() public method

public getOptions ( ) : Options
return Options

getService() public method

public getService ( ) : string
return string

setOption() public method

public setOption ( $key, $value )

setOptions() public method

public setOptions ( Options $options = null )
$options Options

setService() public method

public setService ( string $service )
$service string

Property Details

$attributes protected_oe property

protected $attributes

$docBlock protected_oe property

protected $docBlock

$options protected_oe property

protected Options,Jarves\Configuration $options
return Options

$service protected_oe property

protected string $service
return string