PHP Class Jarves\Configuration\SessionStorage

Inheritance: extends Model
Afficher le fichier Open project: jarves/jarves Class Usage Examples

Protected Properties

Свойство Type Description
$attributes
$docBlock
$options Options
$service string

Méthodes publiques

Méthode Description
addOption ( $key, $value )
getOption ( $key )
getOptions ( ) : Options
getService ( ) : string
setOptions ( Options $options = null )
setService ( string $service )

Method Details

addOption() public méthode

public addOption ( $key, $value )

getOption() public méthode

public getOption ( $key )

getOptions() public méthode

public getOptions ( ) : Options
Résultat Options

getService() public méthode

public getService ( ) : string
Résultat string

setOptions() public méthode

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

setService() public méthode

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
Résultat Options

$service protected_oe property

protected string $service
Résultat string