-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Session::getIterator() is deprecated
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0e16cd4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dg Is this deprecated in favor of something? I've been using this to iterate over session in my Sentry extension (https://github.com/rootpd/nette-sentry/blob/master/src/SentryLogger.php#L135) and now I don't see any other way how to extract the NF session data.
0e16cd4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rootpd Method
getSectionNames()
was recently added as a replacement forgetIterator()
. See a81c2e4