Méthode |
Description |
|
__construct ( TemplatesManager $TemplatesManager, TemplatesCleaner $TemplatesCleaner, Framework $Framework ) |
|
|
executeDestroy ( string $templatePath ) : Redirect |
Executes destroy template method in TemplatesManager
and properly handles the response. |
|
executeFieldCleanup ( string $templatePath ) : Redirect |
Executes cleanOldTemplateFields in TemplatesManager
and properly handles the response. |
|
executeStore ( array $input ) : Redirect |
Executes store template method in TemplatesManager
and properly handles the response. |
|
executeUpdate ( string $templatePath, array $input ) : Redirect |
Executes update template method in TemplatesManager and
handles the response accordingly. |
|
executeVariableStore ( $templatePath, array $input ) : Redirect |
Executes store variable method from TemplatesManager |
|