|
OXID eShop CE
4.10.2
|
Inheritance diagram for Article_Variant:
Collaboration diagram for Article_Variant:Protected Member Functions | |
| _isAnythingChanged ($oProduct, $aData) | |
| _getProductParent ($sParentId) | |
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) | |
Protected Member Functions inherited from oxAdminView | |
| _getEditShop ($sShopId) | |
| _getServiceProtocol () | |
| _getShopVersionNr () | |
| _addNavigationHistory ($sNode) | |
| _getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false) | |
| _resetContentCache () | |
| _allowAdminEdit ($sUserId) | |
| _getCountryByCode ($sCountryCode) | |
| _authorize () | |
Protected Member Functions inherited from oxView | |
| _executeNewAction ($sNewAction) | |
Protected Attributes | |
| $_oProductParent = 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 |
Admin article variants manager. Collects and updates article variants data. Admin Menu: Manage Products -> Articles -> Variants.
Definition at line 8 of file article_variant.php.
|
protected |
Returns variant parent object
| string | $sParentId | parent product id |
Definition at line 180 of file article_variant.php.
|
protected |
Checks if anything is changed in given data compared with existing product values.
| oxArticle | $oProduct | Product to be checked. |
| array | $aData | Data provided for check. |
Definition at line 159 of file article_variant.php.
| Article_Variant::addsel | ( | ) |
| Article_Variant::changename | ( | ) |
Changes name of variant.
Definition at line 229 of file article_variant.php.
| Article_Variant::deleteVariant | ( | ) |
| Article_Variant::render | ( | ) |
Loads article variants data, passes it to Smarty engine and returns name of template file "article_variant.tpl".
Reimplemented from oxAdminDetails.
Definition at line 24 of file article_variant.php.
| Article_Variant::savevariant | ( | $sOXID = null, |
|
$aParams = null |
|||
| ) |
Saves article variant.
| string | $sOXID | Object ID |
| array | $aParams | Parameters |
Definition at line 98 of file article_variant.php.
| Article_Variant::savevariants | ( | ) |
Saves all article variants at once.
Definition at line 198 of file article_variant.php.
|
protected |
Definition at line 16 of file article_variant.php.