1 | <?php |
||
9 | class DebugInfo |
||
10 | { |
||
11 | private $widget; |
||
12 | private $html; |
||
13 | private $policies; |
||
14 | |||
15 | public function __construct() |
||
19 | |||
20 | public function addIdentifierToHtml($widget, $html) |
||
28 | |||
29 | private function addDebugInfo() |
||
37 | |||
38 | /** |
||
39 | * Generates a string of current cache configurations. |
||
40 | * @return string |
||
41 | */ |
||
42 | private function cacheState() |
||
49 | |||
50 | private function addHtmlComments() |
||
54 | } |
||
55 |