Http\Request::isValidHttpMethod

public isValidHttpMethod (mixed $method) Checks if a method is a valid HTTP method

Di::setDefault

public static setDefault (Phalcon\DiInterface $dependencyInjector) Set a default dependency injection container to be obtained into static methods

Logger::EMERGENCY

integer EMERGENCY

Mvc\Model\ManagerInterface::getLastInitialized

abstract public getLastInitialized () ...

Mvc\Model\Resultset::count

final public count () Counts how many rows are in the resultset

Mvc\Model\Manager::getNamespaceAliases

public getNamespaceAliases () Returns all the registered namespace aliases

Db\Dialect\Sqlite::dropIndex

public dropIndex (mixed $tableName, mixed $schemaName, mixed $indexName) Generates SQL to delete an index from a table

Mvc\Micro::getActiveHandler

public callable getActiveHandler () Return the handler that will be called for the matched route

Db\Dialect\Postgresql::dropView

public dropView (mixed $viewName, [mixed $schemaName], [mixed $ifExists]) Generates SQL to drop a view

Mvc\CollectionInterface

Source on GitHub Methods abstract public setId (mixed $id) ... abstract public getId () ... abstract public getReservedAttributes () ... abstract public getSource () ... abstract public setConnectionService (mixed $connectionService) ... abstract public getConnection () ... abstract public static cloneResult (Phalcon\Mvc\CollectionInterface $collection, array $document) ... abstract public fireEvent (mixed $eventName) ... abstract public fireEventCancel (mixed $eventName) ... abstract public va