Total Complexity | 3 |
Total Lines | 33 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class JsCachingProxy extends AbstractCachingProxy |
||
19 | { |
||
20 | /** |
||
21 | * Delivers the set of html tags for webpage inclusion |
||
22 | * |
||
23 | * @return string the html script tags |
||
24 | * |
||
25 | */ |
||
26 | public function getIncludeHtml() |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * Delivers extension for cached files |
||
43 | * |
||
44 | * @return string file extension |
||
45 | * |
||
46 | */ |
||
47 | protected function getCacheFileExtension() |
||
51 | } |
||
52 | } |