OXID eShop CE
4.8.10
|
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 7 of file oxtsproduct.php.
oxTsProduct::getAllTsProducts | ( | ) |
Returns array of all TS protection products
Definition at line 219 of file oxtsproduct.php.
oxTsProduct::getAmount | ( | ) |
Returns amount of TS protection product
Definition at line 127 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 147 of file oxtsproduct.php.
oxTsProduct::getFVatValue | ( | ) |
Returns formatted brutto price of TS protection product
Definition at line 181 of file oxtsproduct.php.
oxTsProduct::getPrice | ( | ) |
Returns price of TS protection product
Definition at line 196 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 117 of file oxtsproduct.php.
oxTsProduct::setVat | ( | $dVat | ) |
set protection vat
float | $dVat | - vat |
Definition at line 95 of file oxtsproduct.php.
|
protected |
Definition at line 63 of file oxtsproduct.php.
|
protected |
Definition at line 39 of file oxtsproduct.php.
|
protected |
Definition at line 30 of file oxtsproduct.php.
|
protected |
Definition at line 48 of file oxtsproduct.php.
|
protected |
Definition at line 21 of file oxtsproduct.php.
|
protected |
Definition at line 55 of file oxtsproduct.php.
|
protected |
Definition at line 14 of file oxtsproduct.php.
|
protected |
Definition at line 70 of file oxtsproduct.php.