Mvc\Router\RouteInterface::compilePattern

abstract public compilePattern (mixed $pattern) ...

Dispatcher::getDI

public getDI () Returns the internal dependency injector

Mvc\Collection\BehaviorInterface::missingMethod

abstract public missingMethod (Phalcon\Mvc\CollectionInterface $collection, mixed $method, [mixed $arguments]) ...

Mvc\Model\Transaction\ManagerInterface::rollbackPendent

abstract public rollbackPendent () ...

Mvc\Collection::toArray

public toArray () Returns the instance as an array representation print_r($robot->toArray());

Mvc\View\Engine\Volt\Compiler

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

Mvc\Router\RouteInterface::reConfigure

abstract public reConfigure (mixed $pattern, [mixed $paths]) ...

Mvc\Collection\ManagerInterface::getCustomEventsManager

abstract public getCustomEventsManager (Phalcon\Mvc\CollectionInterface $model) ...

Http\Request::isStrictHostCheck

public isStrictHostCheck () Checks if the Request::getHttpHost method will be use strict validation of host name or not

Cli\Dispatcher::EXCEPTION_CYCLIC_ROUTING

integer EXCEPTION_CYCLIC_ROUTING