Merge pull request #8277 from lhasselb/patch-1

DOCS 02_Sessions.md
This commit is contained in:
Daniel Hensby 2018-07-21 19:33:26 +01:00 committed by GitHub
commit baddf79e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ $object = unserialize($session->get('MyObject', $object));
```
## get_all
## getAll
You can also get all the values in the session at once. This is useful for debugging.
```php