Mvc\Router\Annotations

extends class Phalcon\Mvc\Router implements Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\RouterInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub A router that reads routes annotations from classes/resources $di['router'] = function() { //Use the annotations router $router = new Annotations(false); //This will do the same as above but only if the handled uri starts with /robots $router->addResource('Robots', '/robots'); return $router; }

Mvc\Model\Criteria::conditions

public conditions (mixed $conditions) Adds the conditions parameter to the criteria

Debug\Dump::variable

public variable (mixed $variable, [mixed $name]) Returns an HTML string of information about a single variable. echo (new \Phalcon\Debug\Dump())->variable($foo, "foo");

Db\Adapter::addForeignKey

public addForeignKey (mixed $tableName, mixed $schemaName, Phalcon\Db\ReferenceInterface $reference) Adds a foreign key to a table

Mvc\Model\Transaction\ManagerInterface::collectTransactions

abstract public collectTransactions () ...

Mvc\View\Engine\Volt::isIncluded

public isIncluded (mixed $needle, mixed $haystack) Checks if the needle is included in the haystack

Image\Adapter::liquidRescale

public liquidRescale (mixed $width, mixed $height, [mixed $deltaX], [mixed $rigidity]) This method scales the images using liquid rescaling method. Only support Imagick

Mvc\Model\Query::getCacheOptions

public getCacheOptions () Returns the current cache options

Forms\Form::label

public label (mixed $name, [array $attributes]) Generate the label of an element added to the form including HTML

Assets\Collection::setFilters

public setFilters (array $filters) Sets an array of filters in the collection