Debug::setShowFiles

public setShowFiles (mixed $showFiles) Set if files part of the backtrace must be shown in the output

Forms\Element::setLabel

public setLabel (mixed $label) Sets the element label

Mvc\Router

implements Phalcon\Di\InjectionAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Events\EventsAwareInterface Source on GitHub Phalcon\Mvc\Router is the standard framework router. Routing is the process of taking a URI endpoint (that part of the URI which comes after the base URL) and decomposing it into parameters to determine which module, controller, and action of that controller should receive the request use Phalcon\Mvc\Router; $router = new Router(); $router->add( '/document

Mvc\Model\Resultset::getType

public getType () Returns the internal type of data retrieval that the resultset is using

Forms\Element\Check::render

public render ([array $attributes]) Renders the element widget returning html

Assets\Collection::valid

public valid () Check if the current element in the iterator is valid

Mvc\Model\Manager::addHasMany

public addHasMany (Phalcon\Mvc\ModelInterface $model, mixed $fields, string $referencedModel, mixed $referencedFields, [array $options]) Setup a relation 1-n between two models

Mvc\Model\Query\BuilderInterface::betweenWhere

abstract public betweenWhere (mixed $expr, mixed $minimum, mixed $maximum, [mixed $operator]) ...

Mvc\Model::getReadConnection

public getReadConnection () Gets the connection used to read data for the model

Registry::offsetUnset

final public offsetUnset (mixed $offset) Unsets an element in the registry