public function SessionInterface::isStarted in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-foundation/Session/SessionInterface.php \Symfony\Component\HttpFoundation\Session\SessionInterface::isStarted()
Checks if the session was started.
Return value
bool
1 method overrides SessionInterface::isStarted()
- Session::isStarted in vendor/
symfony/ http-foundation/ Session/ Session.php - Checks if the session was started.
File
- vendor/
symfony/ http-foundation/ Session/ SessionInterface.php, line 158
Class
- SessionInterface
- Interface for the session.
Namespace
Symfony\Component\HttpFoundation\SessionCode
public function isStarted();