PHP Class Jarves\Configuration\SessionStorage

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
addOption ( $key, $value )
getOption ( $key )
getOptions ( ) : Options
getService ( ) : string
setOptions ( Options $options = null )
setService ( string $service )

Method Details

addOption() public method

public addOption ( $key, $value )

getOption() public method

public getOption ( $key )

getOptions() public method

public getOptions ( ) : Options
return Options

getService() public method

public getService ( ) : string
return string

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