public function SessionInterface::getName 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::getName()
Returns the session name.
Return value
mixed The session name.
1 method overrides SessionInterface::getName()
- Session::getName in vendor/
symfony/ http-foundation/ Session/ Session.php - Returns the session name.
File
- vendor/
symfony/ http-foundation/ Session/ SessionInterface.php, line 51
Class
- SessionInterface
- Interface for the session.
Namespace
Symfony\Component\HttpFoundation\SessionCode
public function getName();