|
OXID eShop CE
4.9.7
|
Inheritance diagram for oxTsProduct:
Collaboration diagram for oxTsProduct: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 221 of file oxtsproduct.php.
| oxTsProduct::getAmount | ( | ) |
Returns amount of TS protection product
Definition at line 124 of file oxtsproduct.php.
| oxTsProduct::getFNettoPrice | ( | ) |
Returns formatted brutto price of TS protection product
Definition at line 163 of file oxtsproduct.php.
| oxTsProduct::getFPrice | ( | ) |
Returns formatted brutto price of TS protection product
Definition at line 145 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 197 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 114 of file oxtsproduct.php.
| oxTsProduct::setVat | ( | $dVat | ) |
|
protected |
Definition at line 64 of file oxtsproduct.php.
|
protected |
Definition at line 40 of file oxtsproduct.php.
|
protected |
Definition at line 31 of file oxtsproduct.php.
|
protected |
Definition at line 49 of file oxtsproduct.php.
|
protected |
Definition at line 22 of file oxtsproduct.php.
|
protected |
Definition at line 56 of file oxtsproduct.php.
|
protected |
Definition at line 15 of file oxtsproduct.php.
|
protected |
Definition at line 71 of file oxtsproduct.php.