Validation\Validator\Email::validate

public validate (Phalcon\Validation $validation, mixed $field) Executes the validation

Mvc\View::getPartial

public getPartial (mixed $partialPath, [mixed $params]) Renders a partial view // Retrieve the contents of a partial echo $this->getPartial('shared/footer'); // Retrieve the contents of a partial with arguments echo $this->getPartial('shared/footer', ['content' => $html]);

Mvc\Model\Criteria::cache

public cache (array $cache) Sets the cache options in the criteria This method replaces all previously set cache options

Logger\Formatter::interpolate

public interpolate (string $message, [array $context]) Interpolates context values into the message placeholders

Db\AdapterInterface::getRealSQLStatement

abstract public getRealSQLStatement () ...

Db\Profiler::getNumberTotalStatements

public getNumberTotalStatements () Returns the total number of SQL statements processed

Mvc\Model\Manager::addHasOne

public Phalcon\Mvc\Model\Relation addHasOne (Phalcon\Mvc\Model $model, mixed $fields, string $referencedModel, mixed $referencedFields, [array $options]) Setup a 1-1 relation between two models

Filter::add

public add (mixed $name, mixed $handler) Adds a user-defined filter

Logger\Multiple::push

public push (Phalcon\Logger\AdapterInterface $logger) Pushes a logger to the logger tail

Validation::bind

public Phalcon\Validation bind (object $entity, array | object $data) Assigns the data to an entity The entity is used to obtain the validation values