| [ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
AbstractProxy.
| Author: | Drak <drak@zikula.org> |
| File Size: | 154 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| getSaveHandlerName() X-Ref |
| Gets the session.save_handler name. return: string |
| isSessionHandlerInterface() X-Ref |
| Is this proxy handler and instance of \SessionHandlerInterface. return: bool |
| isWrapper() X-Ref |
| Returns true if this handler wraps an internal PHP session save handler using \SessionHandler. return: bool |
| isActive() X-Ref |
| Has a session started? return: bool |
| setActive($flag) X-Ref |
| Sets the active flag. Has no effect under PHP 5.4+ as status is detected automatically in isActive() param: bool $flag |
| getId() X-Ref |
| Gets the session ID. return: string |
| setId($id) X-Ref |
| Sets the session ID. param: string $id |
| getName() X-Ref |
| Gets the session name. return: string |
| setName($name) X-Ref |
| Sets the session name. param: string $name |
| Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |