1 | <?php |
||
20 | class EspressoEventEditor extends MatchAnyRouteSpecification |
||
21 | { |
||
22 | /** |
||
23 | * AddNewOrEditEventAdminPageRouteMatch constructor. |
||
24 | * |
||
25 | * @param EspressoEventEditorEdit $edit_event_route_match |
||
26 | * @param EspressoEventEditorAddNew $create_event_route_match |
||
27 | * @param RequestInterface $request |
||
28 | * @throws InvalidEntityException |
||
29 | */ |
||
30 | public function __construct( |
||
40 | } |
||
41 |