Http\Response\CookiesInterface::reset

abstract public reset () ...

Mvc\Model\Query\BuilderInterface::getJoins

abstract public getJoins () ...

Cache\Frontend\Base64::getLifetime

public getLifetime () Returns the cache lifetime

Mvc\Model\Criteria::setDI

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

Image\AdapterInterface::mask

abstract public mask (Phalcon\Image\Adapter $watermark) ...

Cli\Router\Route

Source on GitHub This class represents every route added to the router Constants string DEFAULT_DELIMITER Methods public __construct (string $pattern, [array $paths]) Phalcon\Cli\Router\Route constructor public compilePattern (mixed $pattern) Replaces placeholders from pattern returning a valid PCRE regular expression public array | boolean extractNamedParams (string $pattern) Extracts parameters from a string public reConfigure (string $pattern, [array $paths]) Reconfigure the route adding a

Image\Adapter::crop

public crop (mixed $width, mixed $height, [mixed $offsetX], [mixed $offsetY]) Crop an image to the given size

Cache\FrontendInterface

Source on GitHub Methods abstract public getLifetime () ... abstract public isBuffering () ... abstract public start () ... abstract public getContent () ... abstract public stop () ... abstract public beforeStore (mixed $data) ... abstract public afterRetrieve (mixed $data) ...

List of examples

Following examples are full applications you can use to learn more about Phalcon and use them as base for your own websites/applications: Phalcon's website INVO: CRUD, Acl, Layouts and more PHP Alternative website: Multi-Lingual, Complex Routing and more Phosphorum: Phalcon's forum Album O'Rama: Large Data, Volt, PHQL and Caching and more Vökuró: Security, Authentication, Authorization and more

Http\Request\FileInterface

Source on GitHub Methods abstract public getSize () ... abstract public getName () ... abstract public getTempName () ... abstract public getType () ... abstract public getRealType () ... abstract public moveTo (mixed $destination) ...