AbstractProxy
class AbstractProxy
AbstractProxy.
Methods
string
getSaveHandlerName()
Gets the session.save_handler name.
bool
isSessionHandlerInterface()
Is this proxy handler and instance of \SessionHandlerInterface.
bool
isWrapper()
Returns true if this handler wraps an internal PHP session save handler using \SessionHandler.
bool
isActive()
Has a session started?
string
getId()
Gets the session ID.
setId(string $id)
Sets the session ID.
string
getName()
Gets the session name.
setName(string $name)
Sets the session name.
Details
at line line 38
string
getSaveHandlerName()
Gets the session.save_handler name.
at line line 48
bool
isSessionHandlerInterface()
Is this proxy handler and instance of \SessionHandlerInterface.
at line line 58
bool
isWrapper()
Returns true if this handler wraps an internal PHP session save handler using \SessionHandler.
at line line 68
bool
isActive()
Has a session started?
at line line 78
string
getId()
Gets the session ID.
at line line 90
setId(string $id)
Sets the session ID.
at line line 104
string
getName()
Gets the session name.
at line line 116
setName(string $name)
Sets the session name.