Inheritance diagram for Invite:
Collaboration diagram for Invite:Public Member Functions | |
| send () | |
| getInviteSendStatus () | |
| setInviteData ($oData) | |
| getInviteData () | |
| getCaptcha () | |
| getBreadCrumb () | |
Protected Member Functions | |
| _updateStatistics ($sUserId, $aRecEmail) | |
Protected Attributes | |
| $_sThisTemplate = 'page/privatesales/invite.tpl' | |
| $_aReqFields = array( 'rec_email', 'send_name', 'send_email', 'send_message', 'send_subject' ) | |
| $_oCrossSelling = null | |
| $_oSimilarProducts = null | |
| $_oRecommList = null | |
| $_aInviteData = null | |
| $_oCaptcha = null | |
| $_iMailStatus = null | |
Article suggestion page. Collects some article base information, sets default recomendation text, sends suggestion mail to user.
Definition at line 8 of file invite.php.
| Invite._updateStatistics | ( | $ | sUserId, | |
| $ | aRecEmail | |||
| ) | [protected] |
Updating invitations statistics
| string | $sUserId ID of user, who sents invitation | |
| array | $aRecEmail array of recipients emails |
Definition at line 206 of file invite.php.
| Invite.getBreadCrumb | ( | ) |
Returns Bread Crumb - you are here page1/page2/page3...
Reimplemented from oxUBase.
Definition at line 226 of file invite.php.
| Invite.getCaptcha | ( | ) |
Template variable getter. Returns object of handling CAPTCHA image
Definition at line 190 of file invite.php.
| Invite.getInviteData | ( | ) |
| Invite.getInviteSendStatus | ( | ) |
Template variable getter. Return if mail was send successfully
Definition at line 154 of file invite.php.
| Invite.send | ( | ) |
Sends product suggestion mail and returns a URL according to URL formatting rules.
Definition at line 64 of file invite.php.
| Invite.setInviteData | ( | $ | oData | ) |
Suggest data setter
| object | $oData suggest data object |
Definition at line 170 of file invite.php.
Invite.$_aInviteData = null [protected] |
Definition at line 44 of file invite.php.
Invite.$_aReqFields = array( 'rec_email', 'send_name', 'send_email', 'send_message', 'send_subject' ) [protected] |
Definition at line 20 of file invite.php.
Invite.$_iMailStatus = null [protected] |
Definition at line 56 of file invite.php.
Invite.$_oCaptcha = null [protected] |
Definition at line 50 of file invite.php.
Invite.$_oCrossSelling = null [protected] |
Definition at line 26 of file invite.php.
Invite.$_oRecommList = null [protected] |
Definition at line 38 of file invite.php.
Invite.$_oSimilarProducts = null [protected] |
Definition at line 32 of file invite.php.
Invite.$_sThisTemplate = 'page/privatesales/invite.tpl' [protected] |
Reimplemented from oxView.
Definition at line 14 of file invite.php.
1.7.1