| 1 | <?php |
||
| 21 | class NameSpaceCollection extends AbstractCollection implements |
||
| 22 | CollectionInterface |
||
| 23 | { |
||
| 24 | |||
| 25 | public function offsetSet($offset, $value) |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Adds an item to the collection |
||
| 32 | * |
||
| 33 | * @param NameSpaceEntry $nameSpace |
||
| 34 | * |
||
| 35 | * @return NameSpaceCollection |
||
| 36 | */ |
||
| 37 | public function add(NameSpaceEntry $nameSpace) |
||
| 42 | } |