interface SessionFactoryInterface
@author Kevin Bond <kevinbond@gmail.com>
Hierarchy
- interface \Symfony\Component\HttpFoundation\Session\SessionFactoryInterface
Expanded class hierarchy of SessionFactoryInterface
All classes that implement SessionFactoryInterface
File
-
vendor/
symfony/ http-foundation/ Session/ SessionFactoryInterface.php, line 17
Namespace
Symfony\Component\HttpFoundation\SessionView source
interface SessionFactoryInterface {
public function createSession() : SessionInterface;
}