| Total Complexity | 3 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 24 | class Create extends SplArrayObject |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * Create::__construct |
||
| 28 | */ |
||
| 29 | public function __construct() |
||
| 34 | ]); |
||
| 35 | } |
||
| 36 | |||
| 37 | // ------------------------------------------------------------------------ |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Create::offsetSet |
||
| 41 | * |
||
| 42 | * @param string $index |
||
| 43 | * @param mixed $value |
||
| 44 | * |
||
| 45 | * @throws \Exception |
||
| 46 | */ |
||
| 47 | public function offsetSet($index, $value) |
||
| 54 | } |
||
| 55 | } |