Public Member Functions | |
render () | |
sendeMail ($sEMail, $sProductID, $sPricealarmID, $sBidPrice) | |
Protected Member Functions | |
_setupNavigation ($sId) | |
Protected Attributes | |
$_iDefEdit = 1 |
pricealarm sending manager. Performs sending of pricealarm to selected iAllCnt groups.
Definition at line 7 of file pricealarm_send.php.
PriceAlarm_Send._setupNavigation | ( | $ | sId | ) | [protected] |
Overrides parent method to pass referred id
string | $sId class name |
Reimplemented from oxAdminList.
Definition at line 84 of file pricealarm_send.php.
PriceAlarm_Send.render | ( | ) |
Executes parent method parent.render(), creates oxpricealarm object, sends pricealarm to iAllCnts of chosen groups and returns name of template file "pricealarm_send.tpl"/"pricealarm_done.tpl".
Reimplemented from oxAdminList.
Definition at line 22 of file pricealarm_send.php.
PriceAlarm_Send.sendeMail | ( | $ | sEMail, | |
$ | sProductID, | |||
$ | sPricealarmID, | |||
$ | sBidPrice | |||
) |
creates and sends email with pricealarm information
string | $sEMail email address | |
string | $sProductID product id | |
string | $sPricealarmID price alarm id | |
string | $sBidPrice bidded price |
Definition at line 99 of file pricealarm_send.php.
PriceAlarm_Send.$_iDefEdit = 1 [protected] |
Reimplemented from oxAdminView.
Definition at line 14 of file pricealarm_send.php.