Expanded class hierarchy of ConcreteSessionHandlerInterfaceProxy
class ConcreteSessionHandlerInterfaceProxy extends AbstractProxy implements \SessionHandlerInterface {
public function open($savePath, $sessionName) {
}
public function close() {
}
public function read($id) {
}
public function write($id, $data) {
}
public function destroy($id) {
}
public function gc($maxlifetime) {
}
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AbstractProxy:: |
protected | property | ||
AbstractProxy:: |
protected | property | ||
AbstractProxy:: |
protected | property | Flag if handler wraps an internal PHP session handler (using \SessionHandler). | |
AbstractProxy:: |
public | function | Gets the session ID. | |
AbstractProxy:: |
public | function | Gets the session name. | |
AbstractProxy:: |
public | function | Gets the session.save_handler name. | |
AbstractProxy:: |
public | function | Has a session started? | |
AbstractProxy:: |
public | function | Is this proxy handler and instance of \SessionHandlerInterface. | |
AbstractProxy:: |
public | function | Returns true if this handler wraps an internal PHP session save handler using \SessionHandler. | 1 |
AbstractProxy:: |
public | function | Sets the active flag. | |
AbstractProxy:: |
public | function | Sets the session ID. | |
AbstractProxy:: |
public | function | Sets the session name. | |
ConcreteSessionHandlerInterfaceProxy:: |
public | function | ||
ConcreteSessionHandlerInterfaceProxy:: |
public | function | ||
ConcreteSessionHandlerInterfaceProxy:: |
public | function | ||
ConcreteSessionHandlerInterfaceProxy:: |
public | function | ||
ConcreteSessionHandlerInterfaceProxy:: |
public | function | ||
ConcreteSessionHandlerInterfaceProxy:: |
public | function |