Db\AdapterInterface::fetchOne

abstract public fetchOne (mixed $sqlQuery, [mixed $fetchMode], [mixed $placeholders]) ...

Mvc\Model\Criteria::getGroupBy

public getGroupBy () Returns the group clause in the criteria

Db\Dialect\Postgresql::dropTable

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

Db\Profiler\Item

Source on GitHub This class identifies each profile in a Phalcon\Db\Profiler Methods public setSqlStatement (mixed $sqlStatement) SQL statement related to the profile public getSqlStatement () SQL statement related to the profile public setSqlVariables (array $sqlVariables) SQL variables related to the profile public getSqlVariables () SQL variables related to the profile public setSqlBindTypes (array $sqlBindTypes) SQL bind types related to the profile public getSqlBindTypes () SQL bind types

Db\DialectInterface::createSavepoint

abstract public createSavepoint (mixed $name) ...

Mvc\Router\Group::addPut

public Phalcon\Mvc\Router\Route addPut (string $pattern, [string/array $paths]) Adds a route to the router that only match if the HTTP method is PUT

Mvc\Router::setUriSource

public setUriSource (mixed $uriSource) Sets the URI source. One of the URI_SOURCE_* constants $router->setUriSource(Router::URI_SOURCE_SERVER_REQUEST_URI);

Mvc\Router\GroupInterface::add

abstract public add (mixed $pattern, [mixed $paths], [mixed $httpMethods]) ...

Db\ResultInterface::execute

abstract public execute () ...

Http\ResponseInterface::setRawHeader

abstract public setRawHeader (mixed $header) ...