Mvc\Collection::setDI

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

Mvc\Model\MetaData\Strategy\Annotations::getColumnMaps

final public getColumnMaps (Phalcon\Mvc\ModelInterface $model, Phalcon\DiInterface $dependencyInjector) Read the model’s column map, this can’t be inferred

DispatcherInterface::setParams

abstract public setParams (mixed $params) ...

Db\Column::getDefault

public getDefault () Default column value

Mvc\View::start

public start () Starts rendering process enabling the output buffering

Mvc\Collection\ManagerInterface::getConnection

abstract public getConnection (Phalcon\Mvc\CollectionInterface $model) ...

Mvc\ViewBaseInterface

Source on GitHub Methods abstract public setViewsDir (mixed $viewsDir) ... abstract public getViewsDir () ... abstract public setParamToView (mixed $key, mixed $value) ... abstract public setVar (mixed $key, mixed $value) ... abstract public getParamsToView () ... abstract public getCache () ... abstract public cache ([mixed $options]) ... abstract public setContent (mixed $content) ... abstract public getContent () ... abstract public partial (mixed $partialPath, [mixed $params]) ...

Cache\Frontend\Msgpack::getLifetime

public getLifetime () Returns the cache lifetime

Http\CookieInterface::delete

abstract public delete () ...

Request Environment

Every HTTP request (usually originated by a browser) contains additional information regarding the request such as header data, files, variables, etc. A web based application needs to parse that information so as to provide the correct response back to the requester. Phalcon\Http\Request encapsulates the information of the request, allowing you to access it in an object-oriented way. use Phalcon\Http\Request; // Getting a request instance $request = new Request(); // Check whether the request