Documentation

Class Phalcon\Validation

extends abstract class Phalcon\Di\Injectable

implements Phalcon\Events\EventsAwareInterface, Phalcon\Di\InjectionAwareInterface, Phalcon\ValidationInterface

Source on GitHub

Allows to validate data using validators

Methods

public __construct ([array $validators], [array $options])

Phalcon\Validation constructor

public Phalcon\Validation\Message\Group validate (array|object $data, [object $entity])

Validate a set of data according to a set of rules

public Phalcon\Validation add (string|array $attribute, unknown $validator)

Adds a validator to a field

public Phalcon\Validation setFilters (array|string $attribute, unknown $filters)

Adds filters to the field

public mixed getFilters ([string $attribute])

Returns all the filters or a specific one

public array getValidators ()

Returns the validators added to the validation

public Phalcon\Validation setEntity (object $entity)

Sets the bound entity

public object getEntity ()

Returns the bound entity

public Phalcon\Validation\Message\Group getMessages ()

Returns the registered validators

public Phalcon\Validation appendMessage (Phalcon\Validation\MessageInterface $message)

Appends a message to the messages list

public Phalcon\Validation bind (object $entity, object|array $data)

Assigns the data to an entity The entity is used to obtain the validation values

public array|null getData ()

Gets the a array data source

public mixed getValue (string $attribute, [object $entity])

Gets the a value to validate in the array/object data source

public setDefaultMessages (array $messages)

...

public getDefaultMessage (unknown $type, [unknown $defaultValue])

...

public setLabels (array $labels)

Adds labels for fields

public string getLabel (string|array $field)

Gets label for field

public static setLabelDelimiter (unknown $delimiter)

Sets delimiter for label

public static setMessageFilename (string $filename)

Sets validation message file name

public static getMessage (unknown $type)

Gets message

public setDI (Phalcon\DiInterface $dependencyInjector) inherited from Phalcon\Di\Injectable

Sets the dependency injector

public Phalcon\DiInterface getDI ([unknown $error], [unknown $notUseDefault]) inherited from Phalcon\Di\Injectable

Returns the internal dependency injector

public setEventsManager (Phalcon\Events\ManagerInterface $eventsManager) inherited from Phalcon\Di\Injectable

Sets the event manager

public Phalcon\Events\ManagerInterface getEventsManager () inherited from Phalcon\Di\Injectable

Returns the internal event manager

public boolean fireEvent (string $eventName, [mixed $data], [unknown $cancelable]) inherited from Phalcon\Di\Injectable

Fires an event, implicitly calls behaviors and listeners in the events manager are notified

public mixed fireEventCancel (string $eventName, [mixed $data], [unknown $cancelable]) inherited from Phalcon\Di\Injectable

Fires an event, can stop the event by returning to the false

public boolean hasService (string $name) inherited from Phalcon\Di\Injectable

Check whether the DI contains a service by a name

public Phalcon\Di\ServiceInterface setService (unknown $name) inherited from Phalcon\Di\Injectable

Sets a service from the DI

public object|null getService (unknown $name) inherited from Phalcon\Di\Injectable

Obtains a service from the DI

public mixed getResolveService (string $name, [array $args], [unknown $noerror], [unknown $noshared]) inherited from Phalcon\Di\Injectable

Resolves the service based on its configuration

public attachEvent (string $eventType, Closure $callback) inherited from Phalcon\Di\Injectable

Attach a listener to the events

public __get (unknown $property) inherited from Phalcon\Di\Injectable

Magic method __get

public __sleep () inherited from Phalcon\Di\Injectable

...

public __debugInfo () inherited from Phalcon\Di\Injectable

...