abstract public getPaths () ...
abstract public getActiveAccess () ...
public getValidators () Returns the validators registered for the element
abstract public compilePattern (mixed $pattern) ...
public getDI () Returns the internal dependency injector
abstract public missingMethod (Phalcon\Mvc\CollectionInterface $collection, mixed $method, [mixed $arguments]) ...
abstract public rollbackPendent () ...
public toArray () Returns the instance as an array representation print_r($robot->toArray());
implements Phalcon\Di\InjectionAwareInterface Source on GitHub This class reads and compiles Volt templates into PHP plain code $compiler = new \Phalcon\Mvc\View\Engine\Volt\Compiler(); $compiler->compile('views/partials/header.volt'); require $compiler->getCompiledTemplatePath(); Methods public __construct ([Phalcon\Mvc\ViewBaseInterface $view]) public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector public getDI () Returns the internal dependency injector
abstract public getName () ...
Page 102 of 382