PHP Class DragonBe\Vies\Validator\ValidatorFR

Inheritance: extends ValidatorAbstract
Afficher le fichier Open project: dragonbe/vies

Protected Properties

Свойство Type Description
$alphabet # the valid characters for the first two digits (O and I are missing)

Méthodes publiques

Méthode Description
validate ( string $vatNumber ) : boolean

Private Methods

Méthode Description
validateNew ( $vatNumber ) : string
validateOld ( $vatNumber ) : string

Method Details

validate() public méthode

public validate ( string $vatNumber ) : boolean
$vatNumber string
Résultat boolean

Property Details

$alphabet protected_oe property

# the valid characters for the first two digits (O and I are missing)
protected $alphabet