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