/home/u866425823/domains/newscafeindia.com/vendor/php-flasher/flasher/Template/ |
Current File : //home/u866425823/domains/newscafeindia.com/vendor/php-flasher/flasher/Template/EngineInterface.php |
<?php /* * This file is part of the PHPFlasher package. * (c) Younes KHOUBZA <[email protected]> */ namespace Flasher\Prime\Template; interface EngineInterface { /** * @param string $name * @param array<string, mixed> $context * * @return string */ public function render($name, array $context = array()); }