1 | <?php |
||
6 | class DebugInfo |
||
7 | { |
||
8 | private $widget; |
||
9 | |||
10 | function addIdentifierToHtml($widget) |
||
16 | |||
17 | private function addDebugInfo() |
||
21 | |||
22 | private function addHtmlComments() |
||
26 | |||
27 | /** |
||
28 | * Generates a string of current cache configurations. |
||
29 | * @return string |
||
30 | */ |
||
31 | private function cacheState() |
||
38 | } |
Adding explicit visibility (
private
,protected
, orpublic
) is generally recommend to communicate to other developers how, and from where this method is intended to be used.