PHP Class DragonBe\Vies\Validator\ValidatorFR

Inheritance: extends ValidatorAbstract
Datei anzeigen Open project: dragonbe/vies

Protected Properties

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

Public Methods

Method Description
validate ( string $vatNumber ) : boolean

Private Methods

Method Description
validateNew ( $vatNumber ) : string
validateOld ( $vatNumber ) : string

Method Details

validate() public method

public validate ( string $vatNumber ) : boolean
$vatNumber string
return boolean

Property Details

$alphabet protected_oe property

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