Logger\Item::getType

public getType () Log type

Mvc\RouterInterface

Source on GitHub Methods abstract public setDefaultModule (mixed $moduleName) ... abstract public setDefaultController (mixed $controllerName) ... abstract public setDefaultAction (mixed $actionName) ... abstract public setDefaults (array $defaults) ... abstract public handle ([mixed $uri]) ... abstract public add (mixed $pattern, [mixed $paths], [mixed $httpMethods]) ... abstract public addGet (mixed $pattern, [mixed $paths]) ... abstract public addPost (mixed $pattern, [mixed $paths]) ... abs

Image\Adapter::render

public render ([mixed $ext], [mixed $quality]) Render the image and return the binary string

Debug::listenLowSeverity

public listenLowSeverity () Listen for unsilent notices or warnings

Forms\Form::setValidation

public setValidation (mixed $validation) ...

Http\Response::setFileToSend

public setFileToSend (mixed $filePath, [mixed $attachmentName], [mixed $attachment]) Sets an attached file to be sent at the end of the request

Mvc\Model\MetaData\Files::MODELS_DATA_TYPES

integer MODELS_DATA_TYPES

Cache\Backend\Memory::decrement

public long decrement ([string $keyName], [long $value]) Decrement of $keyName by given $value

Db\Adapter\Pdo\Postgresql

extends abstract class Phalcon\Db\Adapter\Pdo implements Phalcon\Events\EventsAwareInterface, Phalcon\Db\AdapterInterface Source on GitHub Specific functions for the Postgresql database system use Phalcon\Db\Adapter\Pdo\Postgresql; $config = [ 'host' => 'localhost', 'dbname' => 'blog', 'port' => 5432, 'username' => 'postgres', 'password' => 'secret' ]; $connection = new Postgresql($config); Methods public connect ([array $descriptor]) This method is

Events\EventInterface::stop

abstract public stop () ...