| 1 | <?php |
||
| 9 | class Html implements ErrorReporterInterface |
||
| 10 | { |
||
| 11 | private $settings = []; |
||
| 12 | |||
| 13 | public function __construct($settings = []) |
||
| 17 | |||
| 18 | public function report($exception) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @return ViewEngineInterface |
||
| 29 | */ |
||
| 30 | private function constructViewInstance() |
||
| 37 | |||
| 38 | private function setReportVariables(ViewEngineInterface $view, Exception $exception) |
||
| 45 | } |
||
| 46 |