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

Db\IndexInterface::getName

abstract public getName () ...

Db\Dialect\Sqlite::createTable

public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create a table

Forms\Form::getLabel

public getLabel (mixed $name) Returns a label for an element

Mvc\Collection::findFirst

public static findFirst ([array $parameters]) Allows to query the first record that match the specified conditions // What's the first robot in the robots table? $robot = Robots::findFirst(); echo 'The robot name is ', $robot->name, "\n"; // What's the first mechanical robot in robots table? $robot = Robots::findFirst([ ['type' => 'mechanical'] ]); echo 'The first mechanical robot name is ', $robot->name, "\n"; // Get first virtual robot ordered by name $robot = Robots::

Translate\Adapter\Gettext::setDomain

public setDomain (mixed $domain) Changes the current domain (i.e. the translation file)

Logger\AdapterInterface::setLogLevel

abstract public setLogLevel (mixed $level) ...

Mvc\Model\Resultset\Complex::TYPE_RESULT_FULL

integer TYPE_RESULT_FULL