Validation

Phalcon\Validation is an independent validation component that validates an arbitrary set of data. This component can be used to implement validation rules on data objects that do not belong to a model or collection. The following example shows its basic usage: use Phalcon\Validation; use Phalcon\Validation\Validator\Email; use Phalcon\Validation\Validator\PresenceOf; $validation = new Validation(); $validation->add( "name", new PresenceOf( [ "message" => "Th

Forms\ElementInterface::addFilter

abstract public addFilter (mixed $filter) ...

Mvc\Model\MetaData::getStrategy

public getStrategy () Return the strategy to obtain the meta-data

Assets\Manager::setOptions

public setOptions (array $options) Sets the manager options

Logger\Adapter\File::getFormatter

public getFormatter () Returns the internal formatter

Mvc\Router\GroupInterface

Source on GitHub Methods abstract public setHostname (mixed $hostname) ... abstract public getHostname () ... abstract public setPrefix (mixed $prefix) ... abstract public getPrefix () ... abstract public beforeMatch (mixed $beforeMatch) ... abstract public getBeforeMatch () ... abstract public setPaths (mixed $paths) ... abstract public getPaths () ... abstract public getRoutes () ... abstract public add (mixed $pattern, [mixed $paths], [mixed $httpMethods]) ... abstract public addGet (mixed $

Mvc\Dispatcher::EXCEPTION_NO_DI

integer EXCEPTION_NO_DI

Mvc\Collection\Manager::getDI

public getDI () Returns the DependencyInjector container

Mvc\Collection\Document::writeAttribute

public writeAttribute (string $attribute, mixed $value) Writes an attribute value by its name $robot->writeAttribute('name', 'Rosey');

Mvc\Model\MetaData\Memcache::MODELS_NOT_NULL

integer MODELS_NOT_NULL