Source for file IList.php
Documentation is available at IList.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Represents a collection of objects that can be individually
- 17: * accessed by index (ordered collection)
- 18: *
- 21: */
- 23: {
- 26: //function ArrayAccess::offsetSet($offset, $value);
- 27: //function ArrayAccess::offsetGet($offset);
- 28: //function ArrayAccess::offsetUnset($offset);
- 29: //function ArrayAccess::offsetExists($offset);
- 30: }