1 | <?php |
||
8 | class Html implements ErrorReporterInterface |
||
9 | { |
||
10 | /** |
||
11 | * @var View |
||
12 | */ |
||
13 | private $view; |
||
14 | |||
15 | public function __construct($settings = []) |
||
19 | |||
20 | private function buildView($settings) |
||
25 | |||
26 | public function report($exception) |
||
31 | |||
32 | private function setReportVariables($exception) |
||
39 | } |
||
40 |