| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | 2 | public function __construct($candidate = null) |
|
| 20 | { |
||
| 21 | 2 | $candidate = $candidate ?? []; |
|
| 22 | //ArrayIterator options --> Array indices can be accessed as properties in read/write. |
||
| 23 | 2 | parent::__construct($candidate, \ArrayIterator::STD_PROP_LIST|\ArrayIterator::ARRAY_AS_PROPS); |
|
|
|
|||
| 24 | 2 | } |
|
| 37 |