Mvc\View\Engine\Volt::getCompiler

public getCompiler () Returns the Volt’s compiler

Mvc\View\Engine\Volt::convertEncoding

public convertEncoding (mixed $text, mixed $from, mixed $to) Performs a string conversion

Mvc\View\Engine\Volt::callMacro

public callMacro (mixed $name, [array $arguments]) Checks if a macro is defined and calls it

Mvc\View\Engine\Volt

extends abstract class Phalcon\Mvc\View\Engine implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\EngineInterface Source on GitHub Designer friendly and fast template engine for PHP written in Zephir/C Methods public setOptions (array $options) Set Volt’s options public getOptions () Return Volt’s options public getCompiler () Returns the Volt’s compiler public render (mixed $templatePath, mixed $params, [mixed $mustClean]) Renders a view using

Mvc\View\Engine\Php::render

public render (mixed $path, mixed $params, [mixed $mustClean]) Renders a view using the template engine

Mvc\View\Engine\Php

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

Mvc\View\EngineInterface::render

abstract public render (mixed $path, mixed $params, [mixed $mustClean]) ...

Mvc\View\EngineInterface::partial

abstract public partial (mixed $partialPath, [mixed $params]) ...

Mvc\View\EngineInterface::getContent

abstract public getContent () ...

Mvc\View\EngineInterface

Source on GitHub Methods abstract public getContent () ... abstract public partial (mixed $partialPath, [mixed $params]) ... abstract public render (mixed $path, mixed $params, [mixed $mustClean]) ...