Mvc\RouterInterface::getControllerName

abstract public getControllerName () ...

Assets\Collection::key

public int key () Returns the current position/key in the iterator

Mvc\Model\MetaData\Strategy\Introspection

implements Phalcon\Mvc\Model\MetaData\StrategyInterface Source on GitHub Queries the table meta-data in order to introspect the model’s metadata Methods final public getMetaData (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) The meta-data is obtained by reading the column descriptions from the database information schema final public getColumnMaps (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) Read the model’s column map, this can’t be

Mvc\Model\MetaData\StrategyInterface

Source on GitHub Methods abstract public getMetaData (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) ... abstract public getColumnMaps (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) ...

Acl\Adapter\Memory::allow

public allow (mixed $roleName, mixed $resourceName, mixed $access, [mixed $func]) Allow access to a role on a resource You can use ‘*’ as wildcard Example: //Allow access to guests to search on customers $acl->allow('guests', 'customers', 'search'); //Allow access to guests to search or create on customers $acl->allow('guests', 'customers', array('search', 'create')); //Allow access to any role to browse on products $acl->allow('*', 'products', 'browse'); //Allow access to any

Mvc\Model\Query\BuilderInterface::where

abstract public where (mixed $conditions, [mixed $bindParams], [mixed $bindTypes]) ...

Mvc\View\Engine\Volt

extends abstract class Phalcon\Mvc\View\Engine implements Phalcon\Di\InjectionAwareInterface, Phalcon\Events\EventsAwareInterface, Phalcon\Mvc\View\EngineInterface Source on GitHub Designer friendly and fast template engine for PHP written in Zephir/C Methods public setOptions (array $options) Set Volt’s options public getOptions () Return Volt’s options public getCompiler () Returns the Volt’s compiler public render (mixed $templatePath, mixed $params, [mixed $mustClean]) Renders a view using

Mvc\Model\Validator\Url::validate

public validate (Phalcon\Mvc\EntityInterface $record) Executes the validator

Mvc\View::getCurrentRenderLevel

public getCurrentRenderLevel () ...

Image\AdapterInterface

Source on GitHub Methods abstract public resize ([mixed $width], [mixed $height], [mixed $master]) ... abstract public crop (mixed $width, mixed $height, [mixed $offsetX], [mixed $offsetY]) ... abstract public rotate (mixed $degrees) ... abstract public flip (mixed $direction) ... abstract public sharpen (mixed $amount) ... abstract public reflection (mixed $height, [mixed $opacity], [mixed $fadeIn]) ... abstract public watermark (Phalcon\Image\Adapter $watermark, [mixed $offsetX], [mixed $offs