Mvc\Router\Annotations::addResource

public addResource (mixed $handler, [mixed $prefix]) Adds a resource to the annotations handler A resource is a class that contains routing annotations

Mvc\View\Engine\Volt::callMacro

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

Validation::setLabels

public setLabels (array $labels) Adds labels for fields

Mvc\Model\Transaction\Manager::has

public has () Checks whether the manager has an active transaction

Validation\CombinedFieldsValidator

extends abstract class Phalcon\Validation\Validator implements Phalcon\Validation\ValidatorInterface Source on GitHub Methods public __construct ([array $options]) inherited from Phalcon\Validation\Validator Phalcon\Validation\Validator constructor public isSetOption (mixed $key) inherited from Phalcon\Validation\Validator Checks if an option has been defined public hasOption (mixed $key) inherited from Phalcon\Validation\Validator Checks if an option is defined public getOption (mixed $key,

Filter::FILTER_UPPER

string FILTER_UPPER

Session\AdapterInterface::getId

abstract public getId () ...

Mvc\Model\Query\Builder::where

public Phalcon\Mvc\Model\Query\Builder where (mixed $conditions, [array $bindParams], [array $bindTypes]) Sets the query conditions $builder->where(100); $builder->where('name = "Peter"'); $builder->where('name = :name: AND id > :id:', array('name' => 'Peter', 'id' => 100));

Mvc\Model\MetaData\Session::MODELS_DATA_TYPES_NUMERIC

integer MODELS_DATA_TYPES_NUMERIC

Mvc\View::setContent

public setContent (mixed $content) Externally sets the view content $this->view->setContent("<h1>hello</h1>");