Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[HttpFoundation] deprecated FlashBag::getIterator() method
  • Loading branch information
jfsimon committed Jul 30, 2013
1 parent 70bbf96 commit ce8a7d6
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -14,6 +14,8 @@
/**
* FlashBag flash message container.
*
* \IteratorAggregate implementation is deprecated and will be removed in 3.0.
*
* @author Drak <drak@zikula.org>
*/
class FlashBag implements FlashBagInterface, \IteratorAggregate
Expand Down Expand Up @@ -167,6 +169,8 @@ public function clear()
/**
* Returns an iterator for flashes.
*
* @deprecated Will be removed in 3.0.
*
* @return \ArrayIterator An \ArrayIterator instance
*/
public function getIterator()
Expand Down

0 comments on commit ce8a7d6

Please sign in to comment.