Source for file IMap.php
Documentation is available at IMap.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: */
- 26: /**
- 27: * Represents a generic collection of key/value pairs.
- 28: *
- 32: */
- 34: {
- 38: //function ArrayAccess::offsetSet($offset, $value);
- 39: //function ArrayAccess::offsetGet($offset);
- 40: //function ArrayAccess::offsetUnset($offset);
- 41: //function ArrayAccess::offsetExists($offset);
- 42: }