Dispatcher::setModelBinding

public setModelBinding (boolean $value) Enable/Disable model binding during dispatch

Mvc\Model\Query::setBindParams

public setBindParams (array $bindParams, [mixed $merge]) Set default bind parameters

Image\Adapter::background

public background (mixed $color, [mixed $opacity]) Set the background color of an image

Validation\Message::getMessage

public getMessage () Returns verbose message

Session\Bag::setDI

public setDI (Phalcon\DiInterface $dependencyInjector) Sets the DependencyInjector container

Class Autoloader

Phalcon\Loader allows you to load project classes automatically, based on some predefined rules. Since this component is written in C, it provides the lowest overhead in reading and interpreting external PHP files. The behavior of this component is based on the PHP’s capability of autoloading classes. If a class that does not yet exist is used in any part of the code, a special handler will try to load it. Phalcon\Loader serves as the special handler for this operation. By loading classes on a

Http\RequestInterface::isGet

abstract public isGet () ...

Annotations\Adapter\Xcache::write

public write (mixed $key, Phalcon\Annotations\Reflection $data) Writes parsed annotations to XCache

Mvc\Model\MetaData\Libmemcached

extends abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Stores model meta-data in the Memcache. By default meta-data is stored for 48 hours (172800 seconds) $metaData = new Phalcon\Mvc\Model\Metadata\Libmemcached(array( 'servers' => array( array('host' => 'localhost', 'port' => 11211, 'weight' => 1), ), 'client' => array( Memcached::OPT_HASH => Memcache

Mvc\Router\Group::setPrefix

public setPrefix (mixed $prefix) Set a common uri prefix for all the routes in this group