|
OXID eShop CE
4.9.7
|
Inheritance diagram for Newsletter_Selection:
Collaboration diagram for Newsletter_Selection:Protected Attributes | |
| $_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 | |
Protected Member Functions inherited from oxAdminDetails | |
| _getTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) | |
| _getEditValue ($oObject, $sField) | |
| _processEditValue ($sValue) | |
| _getPlainEditor ($iWidth, $iHeight, $oObject, $sField) | |
| _generateTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) | |
| _createCategoryTree ($sTplVarName, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) | |
| _getCategoryTree ($sTplVarName, $sSelectedCatId, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) | |
| _setupNavigation ($sNode) | |
| _resetCounts ($aIds) | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
Newsletter user group selection manager. Adds/removes chosen user group to/from newsletter mailing. Admin Menu: Customer News -> Newsletter -> Selection.
Definition at line 8 of file newsletter_selection.php.
| Newsletter_Selection::getUserCount | ( | ) |
Returns count of users assigned to active newsletter receiver group
Reimplemented in Newsletter_Send.
Definition at line 53 of file newsletter_selection.php.
| Newsletter_Selection::render | ( | ) |
Executes parent method parent::render(), creates oxlist object and collects user groups information, passes it's data to Smarty engine and returns name of template file "newsletter_selection.tpl".
Reimplemented from oxAdminDetails.
Reimplemented in Newsletter_Send.
Definition at line 25 of file newsletter_selection.php.
| Newsletter_Selection::save | ( | ) |
Saves newsletter selection changes.
Reimplemented from oxAdminView.
Definition at line 101 of file newsletter_selection.php.
|
protected |
Definition at line 16 of file newsletter_selection.php.