Mvc\Model\Validator::getMessages

public getMessages () Returns messages generated by the validator

Validation\Validator::validate

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

Forms\Element::getFilters

public mixed getFilters () Returns the element filters

Dispatcher::setDI

public setDI (Phalcon\DiInterface $dependencyInjector) Sets the dependency injector

Mvc\Model\Validator\Ip

extends abstract class Phalcon\Mvc\Model\Validator implements Phalcon\Mvc\Model\ValidatorInterface Source on GitHub Phalcon\Mvc\Model\Validator\IP Validates that a value is ipv4 address in valid range use Phalcon\Mvc\Model\Validator\Ip; class Data extends Phalcon\Mvc\Model { public function validation() { // Any pubic IP $this->validate(new IP(array( 'field' => 'server_ip', 'version' => IP::VERSION_4 | IP::VERSION_6, // v6 and

Mvc\Model\ManagerInterface::getHasOneRecords

abstract public getHasOneRecords (mixed $method, mixed $modelName, mixed $modelRelation, Phalcon\Mvc\ModelInterface $record, [mixed $parameters]) ...

Mvc\Url::setStaticBaseUri

public setStaticBaseUri (mixed $staticBaseUri) Sets a prefix for all static URLs generated $url->setStaticBaseUri('/invo/');

Mvc\Micro::getSharedService

public mixed getSharedService (string $serviceName) Obtains a shared service from the DI

Db\Result\Pdo::numRows

public numRows () Gets number of rows returned by a resultset $result = $connection->query("SELECT * FROM robots ORDER BY name"); echo 'There are ', $result->numRows(), ' rows in the resultset';

Mvc\Model\MetaData\Files::MODELS_ATTRIBUTES

integer MODELS_ATTRIBUTES