CryptInterface

Source on GitHub Methods abstract public setCipher (mixed $cipher) ... abstract public getCipher () ... abstract public setKey (mixed $key) ... abstract public getKey () ... abstract public encrypt (mixed $text, [mixed $key]) ... abstract public decrypt (mixed $text, [mixed $key]) ... abstract public encryptBase64 (mixed $text, [mixed $key]) ... abstract public decryptBase64 (mixed $text, [mixed $key]) ... abstract public getAvailableCiphers () ...

Logger\Adapter

Source on GitHub Base class for Phalcon\Logger adapters Methods public setLogLevel (mixed $level) Filters the logs sent to the handlers that are less or equal than a specific level public getLogLevel () Returns the current log level public setFormatter (Phalcon\Logger\FormatterInterface $formatter) Sets the message formatter public begin () Starts a transaction public commit () Commits the internal transaction public rollback () Rollbacks the internal transaction public isTransaction () Returns

Cli\RouterInterface::setDefaultModule

abstract public setDefaultModule (mixed $moduleName) ...

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