Definition at line 7 of file oxsimplevariant.php.
Public Member Functions | |
__construct () | |
getSelectLists () | |
getPrice () | |
setPrice ($oPrice) | |
getFPrice () | |
setVat ($dVat) | |
setParent ($oParent) | |
getParent () | |
Protected Member Functions | |
_getParentPrice () | |
Protected Attributes | |
$_blUseLazyLoading = true | |
$_dVat = null | |
$_oPrice = null | |
$_oParent = null |
oxSimpleVariant.__construct | ( | ) |
oxSimpleVariant.getSelectLists | ( | ) |
Implementing (faking) performance friendly method from oxArticle oxbase
Definition at line 55 of file oxsimplevariant.php.
oxSimpleVariant.getPrice | ( | ) |
Implementing (faking) performance friendly method from oxArticle
Definition at line 65 of file oxsimplevariant.php.
oxSimpleVariant.setPrice | ( | $ | oPrice | ) |
Price setter
object | $oPrice |
Definition at line 87 of file oxsimplevariant.php.
oxSimpleVariant.getFPrice | ( | ) |
oxSimpleVariant.setVat | ( | $ | dVat | ) |
Sets variant VAT
double | $dVat Custom VAT |
Definition at line 113 of file oxsimplevariant.php.
oxSimpleVariant.setParent | ( | $ | oParent | ) |
Sets parent article
oxArticle | $oParent Parent article |
Definition at line 125 of file oxsimplevariant.php.
oxSimpleVariant.getParent | ( | ) |
oxSimpleVariant._getParentPrice | ( | ) | [protected] |
Returns parent price. Assuming variant parent has been assigned before function execution.
Definition at line 145 of file oxsimplevariant.php.
oxSimpleVariant.$_blUseLazyLoading = true [protected] |
oxSimpleVariant.$_dVat = null [protected] |
Definition at line 22 of file oxsimplevariant.php.
oxSimpleVariant.$_oPrice = null [protected] |
Definition at line 29 of file oxsimplevariant.php.
oxSimpleVariant.$_oParent = null [protected] |
Definition at line 36 of file oxsimplevariant.php.