Mvc\Model\Transaction\Manager::getDI

public getDI () Returns the dependency injection container

Security::getDefaultHash

public getDefaultHash () Returns the default hash

Db\Dialect\Postgresql::describeReferences

public describeReferences (mixed $table, [mixed $schema]) Generates SQL to query foreign keys on a table

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 () ...

Cache\Backend\Xcache::delete

public boolean delete (int | string $keyName) Deletes a value from the cache by its key

Mvc\Model\Resultset::rewind

final public rewind () Rewinds resultset to its beginning

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) ...

Events\Exception

extends class Phalcon\Exception implements Throwable Source on GitHub Methods final private Exception __clone () inherited from Exception Clone the exception public __construct ([string $message], [int $code], [Exception $previous]) inherited from Exception Exception constructor public __wakeup () inherited from Exception ... final public string getMessage () inherited from Exception Gets the Exception message final public int getCode () inherited from Exception Gets the Exception code fin

Image\Adapter::resize

public resize ([mixed $width], [mixed $height], [mixed $master]) Resize the image to the given size