Method | Description | |
---|---|---|
destroy ( ) | Destroy the session bag | |
get ( string $property = null, mixed $defaultValue = null ) : mixed | Getter of values | |
has ( string $property ) : boolean | Isset property | |
remove ( string $property ) | Unset property | |
set ( string $property, mixed $value ) | Setter of values |