| 1 | <?php |
||
| 20 | class EspressoVenueEditor extends MatchAnyRouteSpecification |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * EspressoVenueEditor constructor. |
||
| 24 | * |
||
| 25 | * @param EspressoVenueEditorEdit $edit_venue_route_match |
||
| 26 | * @param EspressoVenueEditorAddNew $create_venue_route_match |
||
| 27 | * @param RequestInterface $request |
||
| 28 | * @throws InvalidEntityException |
||
| 29 | */ |
||
| 30 | public function __construct( |
||
| 40 | } |
||
| 41 |