Source for file InstanceFilterIterator.php
Documentation is available at InstanceFilterIterator.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 6: * Copyright (c) 2004, 2009 David Grudl (http://davidgrudl.com)
- 7: *
- 8: * This source file is subject to the "Nette license" that is bundled
- 9: * with this package in the file license.txt.
- 10: *
- 11: * For more information please see http://nettephp.com
- 12: *
- 18: */
- 22: /**
- 23: * Instance iterator filter.
- 24: *
- 28: */
- 30: {
- 35: /**
- 36: * Constructs a filter around another iterator.
- 39: */
- 41: {
- 44: }
- 48: /**
- 49: * Expose the current element of the inner iterator?
- 51: */
- 53: {
- 55: }
- 59: /**
- 60: * Returns the count of elements.
- 62: */
- 64: {
- 66: }
- 68: }