| Conditions | 1 |
| Paths | 1 |
| Total Lines | 11 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 62 | public function __construct( |
||
| 63 | $type = null, |
||
| 64 | array $fieldDescriptionOptions = [], |
||
| 65 | ?int $position = null, |
||
| 66 | ?string $action = null, |
||
| 67 | array $options = [] |
||
| 68 | ) { |
||
| 69 | $this->action = $action; |
||
| 70 | $this->options = $options; |
||
| 71 | |||
| 72 | parent::__construct($type, $fieldDescriptionOptions, $position); |
||
| 73 | } |
||
| 90 |