com\setasign\SetaFramework\Session
Session Class Session
File: /SetaFramework/src/Session/Session.php
Class hierarchy
Implements
Summary
Properties
$namespace
private string Session::$namespace
Variable for the namespace
Methods
__construct()
__get()
Magic method to get a value from the $_SESSION array.
Parameters
- $name : string
Exceptions
Throws \InvalidArgumentException If the entry doesn't exist
__set()
Magic method to set a value to the $_SESSION array.
Parameters
- $name : string
- $value : mixed
Exceptions
Throws \BadMethodCallException If the session is not active
