Source for file Set.php
Documentation is available at Set.php
- 1: <?php
- 3: /**
- 4: * Nette Framework
- 5: *
- 11: */
- 15: /**
- 16: * Provides the base class for a collection that contains no duplicate elements.
- 17: *
- 20: */
- 22: {
- 25: /**
- 26: * Appends the specified element to the end of this collection.
- 30: */
- 32: {
- 39: }
- 48: }
- 50: }
- 51: }
- 55: /**
- 56: * Returns the index of the first occurrence of the specified element,
- 57: * or FALSE if this collection does not contain this element.
- 61: */
- 63: {
- 70: }
- 71: }
- 75: /********************* ArrayObject cooperation ****************d*g**/
- 79: /**
- 80: * Not supported (only appending).
- 81: */
- 83: {
- 88: }
- 89: }
- 93: /**
- 94: * Not supported.
- 95: */
- 97: {
- 99: }
- 103: /**
- 104: * Not supported.
- 105: */
- 107: {
- 109: }
- 113: /**
- 114: * Not supported.
- 115: */
- 117: {
- 119: }
- 121: }