PHP Class Fuel\Validation\Rule\Validator

Since: 2.0
Author: Fuel Development Team
Inheritance: extends Fuel\Validation\AbstractRule
Datei anzeigen Open project: fuelphp/validation

Protected Properties

Property Type Description
$message

Public Methods

Method Description
setParameter ( Fuel\Validation\ValidatableInterface $params )
validate ( $value, $field = null, $allFields = null )

Method Details

setParameter() public method

public setParameter ( Fuel\Validation\ValidatableInterface $params )
$params Fuel\Validation\ValidatableInterface

validate() public method

public validate ( $value, $field = null, $allFields = null )

Property Details

$message protected_oe property

protected $message