芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/vendor/php-flasher/flasher/Template/EngineInterface.php
*/ namespace Flasher\Prime\Template; interface EngineInterface { /** * @param string $name * @param array
$context * * @return string */ public function render($name, array $context = array()); }