Application

extends abstract class Phalcon\Di\Injectable implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Base class for Phalcon\Cli\Console and Phalcon\Mvc\Application. Methods public __construct ([Phalcon\DiInterface $dependencyInjector]) public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) Sets the events manager public getEventsManager () Returns the internal event manager public registerModules (array $modules, [mixed $merge]) Regi

Cache\Backend\File

extends abstract class Phalcon\Cache\Backend implements Phalcon\Cache\BackendInterface Source on GitHub Allows to cache output fragments using a file backend use Phalcon\Cache\Backend\File; use Phalcon\Cache\Frontend\Output as FrontOutput; // Cache the file for 2 days $frontendOptions = [ 'lifetime' => 172800 ]; // Create an output cache $frontCache = FrontOutput($frontOptions); // Set the cache directory $backendOptions = [ 'cacheDir' => '../app/cache/' ]; // Crea

Logger\AdapterInterface::rollback

abstract public rollback () ...

Http\Response\CookiesInterface::reset

abstract public reset () ...

Mvc\Model\Query\BuilderInterface::getJoins

abstract public getJoins () ...

Mvc\Model\Manager::getRelationRecords

public Phalcon\Mvc\Model\Resultset\Simple | Phalcon\Mvc\Model\Resultset\Simple | int | false getRelationRecords (Phalcon\Mvc\Model\RelationInterface $relation, mixed $method, Phalcon\Mvc\ModelInterface $record, [mixed $parameters]) Helper method to query records based on a relation definition

Cache\Frontend\Base64::getLifetime

public getLifetime () Returns the cache lifetime

Mvc\Model\Criteria::setDI

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

Mvc\Model\MetaData\Strategy\Annotations

implements Phalcon\Mvc\Model\MetaData\StrategyInterface Source on GitHub 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 inferred

Mvc\ViewInterface::setRenderLevel

abstract public setRenderLevel (mixed $level) ...