OXID eShop CE
4.10.6
|
Protected Member Functions | |
_setupNavigation ($sNode) |
Protected Attributes | |
$_aMailErrors = array() | |
Protected Attributes inherited from Newsletter_Selection | |
$_iUserCount = null | |
Protected Attributes inherited from oxAdminDetails | |
$_oEditor = null | |
Protected Attributes inherited from oxAdminView | |
$_aSumType | |
$_sThisTemplate = null | |
$_iDefEdit = 0 | |
$_iEditLang = 0 | |
$_sShopTitle = " - " | |
$_sShopVersion = null | |
$_sServiceUrl = null | |
$_oEditShop = null | |
$_sEditObjectId = null | |
Protected Attributes inherited from oxView | |
$_aViewData = array() | |
$_sClassLocation = null | |
$_sThisAction = null | |
$_oParent = null | |
$_blIsComponent = false | |
$_sThisTemplate = null | |
$_sViewId = null | |
$_sClass = null | |
$_sFnc = null | |
$_sTrustedShopId = null | |
$_sTSExcellenceId = null | |
$_sCharSet = null | |
$_sVersion = null | |
$_blDemoVersion = null | |
$_blDemoShop = null | |
$_iNewsStatus = null | |
$_sShopLogo = null | |
$_sCategoryId = null | |
$_oClickCat = null | |
$_blIsCallForCache = false | |
$_oViewConf = null |
Additional Inherited Members | |
Static Protected Attributes inherited from oxAdminView | |
static | $_oNaviTree = null |
static | $_sAuthUserRights = null |
Newsletter sending manager. Performs sending of newsletter to selected user groups.
Definition at line 7 of file newsletter_send.php.
|
protected |
Overrides parent method to pass referred id
string | $sNode | referred id |
Reimplemented from oxAdminDetails.
Definition at line 173 of file newsletter_send.php.
Newsletter_Send::getListSorting | ( | ) |
Does nothing, called in derived template
Definition at line 198 of file newsletter_send.php.
Newsletter_Send::getMailErrors | ( | ) |
Newsletter_Send::getUserCount | ( | ) |
Returns count of users assigned to active newsletter receiver group
Reimplemented from Newsletter_Selection.
Definition at line 138 of file newsletter_send.php.
Newsletter_Send::render | ( | ) |
Executes parent method parent::render(), creates oxnewsletter object, sends newsletter to users of chosen groups and returns name of template file "newsletter_send.tpl"/"newsletter_done.tpl".
Reimplemented from Newsletter_Selection.
Definition at line 24 of file newsletter_send.php.
Newsletter_Send::resetUserCount | ( | ) |
Resets users count
Definition at line 152 of file newsletter_send.php.
|
protected |
Definition at line 15 of file newsletter_send.php.