Db\ColumnInterface::__set_state

abstract public static __set_state (array $data) ...

Mvc\ModelInterface::setReadConnectionService

abstract public setReadConnectionService (mixed $connectionService) ...

Db\Dialect\Postgresql

extends abstract class Phalcon\Db\Dialect implements Phalcon\Db\DialectInterface Source on GitHub Generates database specific SQL for the PostgreSQL RDBMS Methods public getColumnDefinition (Phalcon\Db\ColumnInterface $column) Gets the column name in PostgreSQL public addColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column) Generates SQL to add a column to a table public modifyColumn (mixed $tableName, mixed $schemaName, Phalcon\Db\ColumnInterface $column, [Phalcon\Db

Mvc\Model\MetaData\Memory::MODELS_DEFAULT_VALUES

integer MODELS_DEFAULT_VALUES

Mvc\Model::appendMessage

public appendMessage (Phalcon\Mvc\Model\MessageInterface $message) Appends a customized message on the validation process use Phalcon\Mvc\Model; use Phalcon\Mvc\Model\Message as Message; class Robots extends Model { public function beforeSave() { if ($this->name == 'Peter') { $message = new Message("Sorry, but a robot cannot be named Peter"); $this->appendMessage($message); } } }

Session\Adapter\Memcache::SESSION_DISABLED

integer SESSION_DISABLED

Mvc\Model\Validator\Email::validate

public validate (Phalcon\Mvc\EntityInterface $record) Executes the validator

Mvc\Router\Group::setPaths

public setPaths (mixed $paths) Set common paths for all the routes in the group

Forms\ElementInterface::getValidators

abstract public getValidators () ...

Cache\BackendInterface::queryKeys

abstract public queryKeys ([mixed $prefix]) ...