public function NativeSessionStorage::getSaveHandler in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage::getSaveHandler()
Gets the save handler instance.
Return value
File
- vendor/
symfony/ http-foundation/ Session/ Storage/ NativeSessionStorage.php, line 120
Class
- NativeSessionStorage
- This provides a base class for session attribute storage.
Namespace
Symfony\Component\HttpFoundation\Session\StorageCode
public function getSaveHandler() {
return $this->saveHandler;
}