Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
grafana
/
vendor
/
laminas
/
laminas-httphandlerrunner
/
src
/
File Content:
RequestHandlerRunnerInterface.php
<?php declare (strict_types=1); namespace PleskGrafana\Laminas\HttpHandlerRunner; /** * "Run" a request handler. * * The RequestHandlerRunner will marshal a request using the composed factory, and * then pass the request to the composed handler. Finally, it emits the response * returned by the handler using the composed emitter. * * If the factory for generating the request raises an exception or throwable, * then the runner will use the composed error response generator to generate a * response, based on the exception or throwable raised. */ interface RequestHandlerRunnerInterface { /** * Run the application */ public function run() : void; }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
Emitter
---
0755
Exception
---
0755
ConfigProvider.php
298 bytes
0644
RequestHandlerRunner.php
2804 bytes
0644
RequestHandlerRunnerInterface.php
682 bytes
0644
N4ST4R_ID | Naxtarrr