1 | <?php |
||
34 | class DispatcherWithoutMiddlewareImplementation |
||
35 | { |
||
36 | /** |
||
37 | * @var RestlerBuilder |
||
38 | */ |
||
39 | private $restlerBuilder; |
||
40 | |||
41 | /** |
||
42 | * @param RestlerBuilder $restlerBuilder |
||
43 | */ |
||
44 | public function __construct(RestlerBuilder $restlerBuilder) |
||
48 | |||
49 | /** |
||
50 | * dispatch the REST-API-request |
||
51 | */ |
||
52 | public function dispatch() |
||
57 | } |
||
58 |