Tutorial Extension
1.0.0
SellerDeck Extensions - Tutorial Extension
|
Public Member Functions | |
__construct ($oCatalogDB, $oShippingDB) | |
ValidateEmail ($sEmail) | |
ValidateCurrency ($sCurrency) | |
Protected Attributes | |
$m_oCatalogDB = null | |
$m_oShippingDB = null | |
Definition at line 14 of file CValidator.php.
__construct | ( | $oCatalogDB, | |
$oShippingDB | |||
) |
__construct - Object constructor method
public
object | $oCatalogDB | Catalog Database Object |
object | $oShippingDB | Shipping Database Object |
Definition at line 35 of file CValidator.php.
ValidateCurrency | ( | $sCurrency | ) |
ValidateCurrency - Validate Currency
public
ValidatorException |
string | $sCurrency | Currency |
Definition at line 71 of file CValidator.php.
ValidateEmail | ( | $sEmail | ) |
ValidateEmail - Validate Email address
public
ValidatorException |
string | $sEmail | Email address |
Definition at line 49 of file CValidator.php.