AbstractRememberMeServices

class AbstractRememberMeServices implements RememberMeServicesInterface, LogoutHandlerInterface Base class implementing the RememberMeServicesInterface. Constants COOKIE_DELIMITER Methods __construct(array $userProviders, string $secret, string $providerKey, array $options = array(), LoggerInterface $logger = null) Constructor. string getRememberMeParameter() Returns the parameter that is used for checking whether remember-me services have been requested. string getSecret

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::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

AbstractProxy::isSessionHandlerInterface()

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

AbstractProxy::isActive()

bool isActive() Has a session started? 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