protected function MemcachedSessionHandler::getMemcached in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\HandlerCode
protected function getMemcached() {
return $this->memcached;
}