Mvc\Micro::delete

public Phalcon\Mvc\Router\RouteInterface delete (string $routePattern, callable $handler) Maps a route to a handler that only matches if the HTTP method is DELETE

Forms\Element::getAttributes

public getAttributes () Returns the default attributes for the element

Db\Adapter\Pdo\Postgresql::modifyColumn

public modifyColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column, [Phalcon\Db\ColumnInterface $currentColumn]) Modifies a table column based on a definition

Cache\Backend::start

public mixed start (int | string $keyName, [int $lifetime]) Starts a cache. The keyname allows to identify the created fragment

Db\Adapter\Pdo\Postgresql::createTable

public createTable (mixed $tableName, mixed $schemaName, array $definition) Creates a table

Db\Dialect\Postgresql::createTable

public createTable (mixed $tableName, mixed $schemaName, array $definition) Generates SQL to create a table

Session\Adapter\Memcache::close

public close () ...

Mvc\Model\MetaDataInterface::getReverseColumnMap

abstract public getReverseColumnMap (Phalcon\Mvc\ModelInterface $model) ...

Mvc\Model\MetaData\Memory

extends abstract class Phalcon\Mvc\Model\MetaData implements Phalcon\Mvc\Model\MetaDataInterface, Phalcon\Di\InjectionAwareInterface Source on GitHub Stores model meta-data in memory. Data will be erased when the request finishes Constants integer MODELS_ATTRIBUTES integer MODELS_PRIMARY_KEY integer MODELS_NON_PRIMARY_KEY integer MODELS_NOT_NULL integer MODELS_DATA_TYPES integer MODELS_DATA_TYPES_NUMERIC integer MODELS_DATE_AT integer MODELS_DATE_IN integer MODELS_IDENTITY_COLU

Mvc\Model\TransactionInterface::getConnection

abstract public getConnection () ...