AbstractRememberMeServices::getRememberMeParameter()

string getRememberMeParameter() Returns the parameter that is used for checking whether remember-me services have been requested. Return Value string

AbstractProxy::setName()

setName(string $name) Sets the session name. Parameters string $name Exceptions LogicException

AbstractProxy::setId()

setId(string $id) Sets the session ID. Parameters string $id Exceptions LogicException

AbstractProxy::isWrapper()

bool isWrapper() Returns true if this handler wraps an internal PHP session save handler using \SessionHandler. Return Value bool

AbstractQuery

class AbstractQuery implements QueryInterface Methods __construct(ConnectionInterface $connection, $dn, $query, array $options = array()) Details __construct(ConnectionInterface $connection, $dn, $query, array $options = array()) Parameters ConnectionInterface $connection $dn $query array $options

AbstractProxy::isSessionHandlerInterface()

bool isSessionHandlerInterface() Is this proxy handler and instance of \SessionHandlerInterface. Return Value bool

AbstractProxy::getSaveHandlerName()

string getSaveHandlerName() Gets the session.save_handler name. Return Value string

AbstractProxy::getName()

string getName() Gets the session name. Return Value string

AbstractProxy::getId()

string getId() Gets the session ID. Return Value string

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 sessio