Source for file InstanceFilterIterator.php
Documentation is available at InstanceFilterIterator.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Instance iterator filter.
- 17: *
- 20: */
- 22: {
- 27: /**
- 28: * Constructs a filter around another iterator.
- 31: */
- 33: {
- 36: }
- 40: /**
- 41: * Expose the current element of the inner iterator?
- 43: */
- 45: {
- 47: }
- 51: /**
- 52: * Returns the count of elements.
- 54: */
- 56: {
- 58: }
- 60: }