1 | <?php |
||
12 | class AssetsIntegrationController extends Controller { |
||
13 | |||
14 | /** |
||
15 | * |
||
16 | * @var HtmlBlock |
||
17 | */ |
||
18 | public $content; |
||
19 | |||
20 | /** |
||
21 | * The template used by the main page for mouf. |
||
22 | * |
||
23 | * @var TemplateInterface |
||
24 | */ |
||
25 | public $template; |
||
26 | |||
27 | /** |
||
28 | * @Action |
||
29 | */ |
||
30 | public function fixAll() { |
||
36 | } |
||
37 |