]> git.mxchange.org Git - core.git/blobdiff - framework/main/interfaces/actions/commands/class_Commandable.php
Continued:
[core.git] / framework / main / interfaces / actions / commands / class_Commandable.php
index d4c60e2dc117e3af860b7eeaaff8888b8a809aac..bb8ddfe189a53ba9e03d5ba38d8072c6ec73b71c 100644 (file)
@@ -12,7 +12,7 @@ use Org\Mxchange\CoreFramework\Request\Requestable;
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2023 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -39,4 +39,12 @@ interface Commandable extends PerformableAction {
         */
        function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance);
 
         */
        function addExtraFilters (Controller $controllerInstance, Requestable $requestInstance);
 
+       /**
+        * Initializes the template engine
+        *
+        * @param       $templateType   Type of template, e.g. 'html', 'image', 'console' ...
+        * @return      void
+        */
+       function initTemplateEngine (string $templateType);
+
 }
 }