PHP Class Jyxo\Input\Validator\IsTaxId

Author: Jaroslav Hanslík
Inheritance: extends AbstractValidator
Afficher le fichier Open project: jyxo/php

Méthodes publiques

Méthode Description
__construct ( boolean $strict = true ) Constructor.
isValid ( mixed $value ) : boolean Validates a value.

Method Details

__construct() public méthode

Constructor.
public __construct ( boolean $strict = true )
$strict boolean Turns strict checking on or off.

isValid() public méthode

Validates a value.
public isValid ( mixed $value ) : boolean
$value mixed Input value
Résultat boolean