Source for file ICollection.php
Documentation is available at ICollection.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Defines methods to manipulate generic collections.
- 17: *
- 20: */
- 22: {
- 27: //function IteratorAggregate::getIterator();
- 28: //function Countable::count();
- 29: }