You are here

protected function MemcachedSessionHandler::getMemcached in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php \Symfony\Component\HttpFoundation\Session\Storage\Handler\MemcachedSessionHandler::getMemcached()

Return a Memcached instance.

Return value

\Memcached

File

vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php, line 121

Class

MemcachedSessionHandler
MemcachedSessionHandler.

Namespace

Symfony\Component\HttpFoundation\Session\Storage\Handler

Code

protected function getMemcached() {
  return $this->memcached;
}