extends abstract class Phalcon\Mvc\View\Engine
implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\EngineInterface
Source on GitHub
Adapter to use PHP itself as templating engine
Methods
public render (mixed $path, mixed $params, [mixed $mustClean])
Renders a view using the template engine
public __construct (Phalcon\Mvc\ViewBaseInterface $view, [Phalcon\DiInterface $dependencyInjector]) inherited from Phalcon\Mvc\View\Engine
Phalcon\Mvc\View\En