com\setasign\SetaFramework\Session
SessionInterface Interface SessionInterface
File: /SetaFramework/src/Session/SessionInterface.php
Implemented in
Summary
Methods
__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
