| 
    OXID eShop CE
    4.10.6
    
   | 
 
 Inheritance diagram for oxCompanyVatInCountryChecker:
 Collaboration diagram for oxCompanyVatInCountryChecker:Public Member Functions | |
| setCountry (oxCountry $oCountry) | |
| getCountry () | |
| validate (oxCompanyVatIn $oVatIn) | |
  Public Member Functions inherited from oxCompanyVatInChecker | |
| setError ($sError) | |
| getError () | |
Public Attributes | |
| const | ERROR_ID_NOT_VALID = 'ID_NOT_VALID' | 
Private Attributes | |
| $_oCountry = null | |
Additional Inherited Members | |
  Protected Attributes inherited from oxCompanyVatInChecker | |
| $_sError = '' | |
Company VAT identification number checker. Check if number belongs to the country.
Definition at line 7 of file oxcompanyvatincountrychecker.php.
| oxCompanyVatInCountryChecker::getCountry | ( | ) | 
Country getter
Implements oxICountryAware.
Definition at line 37 of file oxcompanyvatincountrychecker.php.
| oxCompanyVatInCountryChecker::setCountry | ( | oxCountry | $oCountry | ) | 
Country setter
| oxCountry | $oCountry | 
Implements oxICountryAware.
Definition at line 27 of file oxcompanyvatincountrychecker.php.
| oxCompanyVatInCountryChecker::validate | ( | oxCompanyVatIn | $oVatIn | ) | 
Validates.
| oxCompanyVatIn | $oVatIn | 
Reimplemented from oxCompanyVatInChecker.
Definition at line 49 of file oxcompanyvatincountrychecker.php.
      
  | 
  private | 
Definition at line 20 of file oxcompanyvatincountrychecker.php.
| const oxCompanyVatInCountryChecker::ERROR_ID_NOT_VALID = 'ID_NOT_VALID' | 
Error string if country mismatch
Definition at line 13 of file oxcompanyvatincountrychecker.php.