init
This commit is contained in:
17
mysyde/common/interfaces/TemplateEngine.php
Normal file
17
mysyde/common/interfaces/TemplateEngine.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
namespace DynCom\mysyde\common\interfaces;
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: bauer
|
||||
* Date: 04.11.2015
|
||||
* Time: 10:01
|
||||
*/
|
||||
interface TemplateEngine
|
||||
{
|
||||
/**
|
||||
* @param $template
|
||||
* @param $context
|
||||
* @return mixed
|
||||
*/
|
||||
public function render($template, $context);
|
||||
}
|
||||
Reference in New Issue
Block a user