Collaboration diagram for oxBasketContentMarkGenerator:Public Member Functions | |
| __construct (oxBasket $oBasket) | |
| getMark ($sMarkIdentification) | |
Public Attributes | |
| const | DEFAULT_EXPLANATION_MARK = '**' | 
Private Member Functions | |
| _getBasket () | |
| _formMarks ($sCurrentMark) | |
Private Attributes | |
| $_aMarks | |
| $_oBasket | |
Class oxBasketContentMarkGenerator which forms explanation marks.
Definition at line 6 of file oxbasketcontentmarkgenerator.php.
| oxBasketContentMarkGenerator.__construct | ( | oxBasket $ | oBasket | ) | 
Sets basket that is used to get article type(downloadable, intangible etc..).
| oxBasket | $oBasket | 
Definition at line 32 of file oxbasketcontentmarkgenerator.php.
| oxBasketContentMarkGenerator._formMarks | ( | $ | sCurrentMark | ) |  [private] | 
        
Forms marks for articles.
| $sCurrentMark | 
Definition at line 72 of file oxbasketcontentmarkgenerator.php.
| oxBasketContentMarkGenerator._getBasket | ( | ) |  [private] | 
        
Basket that is used to get article type(downloadable, intangible etc..).
Definition at line 60 of file oxbasketcontentmarkgenerator.php.
| oxBasketContentMarkGenerator.getMark | ( | $ | sMarkIdentification | ) | 
Returns explanation mark by given mark identification (skippedDiscount, downloadable, intangible).
| $sMarkIdentification | 
Definition at line 44 of file oxbasketcontentmarkgenerator.php.
oxBasketContentMarkGenerator.$_aMarks [private] | 
        
Definition at line 18 of file oxbasketcontentmarkgenerator.php.
oxBasketContentMarkGenerator.$_oBasket [private] | 
        
Definition at line 25 of file oxbasketcontentmarkgenerator.php.
Default value for explanation mark.
Definition at line 11 of file oxbasketcontentmarkgenerator.php.
 1.7.1