OXID eShop CE
4.10.2
|
Public Member Functions | |
getVat () | |
setVat ($dVat) | |
getTsId () | |
setTsId ($sTsId) | |
getAmount () | |
getFPrice () | |
getFNettoPrice () | |
getFVatValue () | |
getPrice () | |
getAllTsProducts () | |
Public Member Functions inherited from oxSuperCfg | |
__call ($sMethod, $aArgs) | |
__construct () | |
getConfig () | |
setConfig ($oConfig) | |
getSession () | |
setSession ($oSession) | |
getUser () | |
setUser ($oUser) | |
isAdmin () | |
setAdminMode ($blAdmin) |
Protected Attributes | |
$_sTsId = null | |
$_iAmount = null | |
$_fPrice = null | |
$_fNettoPrice = null | |
$_fVatValue = null | |
$_oPrice = null | |
$_dVat = null | |
$_sTsProtectProducts |
Additional Inherited Members | |
Static Protected Attributes inherited from oxSuperCfg | |
static | $_oConfig = null |
static | $_oSession = null |
static | $_oRights = null |
static | $_oActUser = null |
static | $_blIsAdmin = null |
TRusted shops protection product manager.
Definition at line 8 of file oxtsproduct.php.
oxTsProduct::getAllTsProducts | ( | ) |
Returns array of all TS protection products
Definition at line 222 of file oxtsproduct.php.
oxTsProduct::getAmount | ( | ) |
Returns amount of TS protection product
Definition at line 125 of file oxtsproduct.php.
oxTsProduct::getFNettoPrice | ( | ) |
Returns formatted brutto price of TS protection product
Definition at line 164 of file oxtsproduct.php.
oxTsProduct::getFPrice | ( | ) |
Returns formatted brutto price of TS protection product
Definition at line 146 of file oxtsproduct.php.
oxTsProduct::getFVatValue | ( | ) |
Returns formatted brutto price of TS protection product
Definition at line 182 of file oxtsproduct.php.
oxTsProduct::getPrice | ( | ) |
Returns price of TS protection product
Definition at line 198 of file oxtsproduct.php.
oxTsProduct::getTsId | ( | ) |
oxTsProduct::getVat | ( | ) |
oxTsProduct::setTsId | ( | $sTsId | ) |
Sets id of TS protection product
string | $sTsId | TS product id |
Definition at line 115 of file oxtsproduct.php.
oxTsProduct::setVat | ( | $dVat | ) |
|
protected |
Definition at line 65 of file oxtsproduct.php.
|
protected |
Definition at line 41 of file oxtsproduct.php.
|
protected |
Definition at line 32 of file oxtsproduct.php.
|
protected |
Definition at line 50 of file oxtsproduct.php.
|
protected |
Definition at line 23 of file oxtsproduct.php.
|
protected |
Definition at line 57 of file oxtsproduct.php.
|
protected |
Definition at line 16 of file oxtsproduct.php.
|
protected |
Definition at line 72 of file oxtsproduct.php.