| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 30 | public function __construct( |
||
| 31 | EspressoEventEditorEdit $edit_event_route_match, |
||
| 32 | EspressoEventEditorAddNew $create_event_route_match, |
||
| 33 | RequestInterface $request |
||
| 34 | ) { |
||
| 35 | parent::__construct( |
||
| 36 | array($edit_event_route_match, $create_event_route_match), |
||
| 37 | $request |
||
| 38 | ); |
||
| 39 | } |
||
| 40 | } |
||
| 41 |