@@ -19,6 +19,9 @@ |
||
| 19 | 19 | { |
| 20 | 20 | abstract public function offsetExists($offset); |
| 21 | 21 | |
| 22 | + /** |
|
| 23 | + * @param string $offset |
|
| 24 | + */ |
|
| 22 | 25 | abstract public function offsetGet($offset); |
| 23 | 26 | |
| 24 | 27 | abstract public function offsetSet($offset, $value); |