Source for file IMap.php
Documentation is available at IMap.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Represents a generic collection of key/value pairs.
- 17: *
- 20: */
- 22: {
- 26: //function ArrayAccess::offsetSet($offset, $value);
- 27: //function ArrayAccess::offsetGet($offset);
- 28: //function ArrayAccess::offsetUnset($offset);
- 29: //function ArrayAccess::offsetExists($offset);
- 30: }