OXID eShop CE  4.9.7
 All Classes Files Functions Variables Pages
dyn_trusted_ratings Class Reference
+ Inheritance diagram for dyn_trusted_ratings:
+ Collaboration diagram for dyn_trusted_ratings:

Public Member Functions

 render ()
 save ()
 getViewId ()
- Public Member Functions inherited from Shop_Config
 saveConfVars ()
 loadConfVars ($sShopId, $sModule)
 _unserializeConfVar ($sType, $sName, $sValue)
 _serializeConfVar ($sType, $sName, $mValue)
 getEditObjectId ()
- Public Member Functions inherited from oxAdminDetails
 resetNrOfCatArticles ()
 resetNrOfVendorArticles ()
 resetNrOfManufacturerArticles ()
 changeFolder ()
- Public Member Functions inherited from oxAdminView
 __construct ()
 init ()
 addGlobalParams ($oShop=null)
 getServiceUrl ($sLangAbbr=null)
 resetContentCache ($blForceReset=null)
 resetCounter ($sCounterType, $sValue=null)
 getNavigation ()
 chshp ()
 resetSeoData ($sShopId)
 getPreviewId ()
 setEditObjectId ($sId)
- Public Member Functions inherited from oxView
 setViewParameters ($aParams=null)
 getViewParameter ($sKey)
 setIsCallForCache ($blIsCallForCache=null)
 getIsCallForCache ()
 addTplParam ($sPara, $sValue)
 getBelboonParam ()
 getViewConfig ()
 getTemplateName ()
 setTemplateName ($sTemplate)
 setClassName ($sClassName)
 getClassName ()
 setFncName ($sFncName)
 getFncName ()
 setViewData ($aViewData=null)
 getViewData ()
 getViewDataElement ($sParamId=null)
 setClassLocation ($sClassLocation=null)
 getClassLocation ()
 setThisAction ($sThisAction=null)
 getThisAction ()
 setParent ($oParent=null)
 getParent ()
 setIsComponent ($blIsComponent=null)
 getIsComponent ()
 executeFunction ($sFunction)
 getAdditionalParams ()
 getTrustedShopId ()
 getTSExcellenceId ()
 getCharSet ()
 getShopVersion ()
 getShopEdition ()
 getRevision ()
 getPackageInfo ()
 getShopFullEdition ()
 isDemoVersion ()
 isBetaVersion ()
 isRCVersion ()
 showBetaNote ()
 isDemoShop ()
 showNewsletter ()
 setShowNewsletter ($blShow)
 getShopLogo ()
 setShopLogo ($sLogo)
 getActCategory ()
 setActCategory ($oCategory)
 getCategoryId ()
 setCategoryId ($sCategoryId)
 getErrorDestination ()
 getActionClassName ()
 isConnectedWithFb ()
 getFbUserId ()
 showFbConnectToAccountMsg ()
 isMall ()
 showRdfa ()
 getSidForWidget ()
- Public Member Functions inherited from oxSuperCfg
 __call ($sMethod, $aArgs)
 getConfig ()
 setConfig ($oConfig)
 getSession ()
 setSession ($oSession)
 getUser ()
 setUser ($oUser)
 isAdmin ()
 setAdminMode ($blAdmin)

Protected Member Functions

 _getServiceWsdl ()
 _validateId ($sId, $blActive, $sUser, $sPass, $sPkg)
 _multilineToArray ($sMultiline)
 _multilineToAarray ($sMultiline)
- Protected Member Functions inherited from Shop_Config
 _getModuleForConfigVars ()
 _parseConstraint ($sType, $sConstraint)
 _serializeConstraint ($sType, $sConstraint)
 _arrayToMultiline ($aInput)
 _aarrayToMultiline ($aInput)
- 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

 $_aSkipMultiline = array('aTsLangIds', 'aHomeCountry', 'aTsActiveLangIds')
- Protected Attributes inherited from Shop_Config
 $_sThisTemplate = 'shop_config.tpl'
 $_aSkipMultiline = array('aHomeCountry', 'iShopID_TrustedShops', 'aTsUser', 'aTsPassword')
 $_aParseFloat = array('iMinOrderPrice')
 $_aConfParams
- 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

Detailed Description

Admin dyn trusted manager.

dyn

Definition at line 9 of file dyn_trusted_ratings.php.

Member Function Documentation

dyn_trusted_ratings::_getServiceWsdl ( )
protected

Returns service wsdl url (test|regular) according to configuration

Returns
string

Definition at line 84 of file dyn_trusted_ratings.php.

dyn_trusted_ratings::_multilineToAarray (   $sMultiline)
protected

Converts Multiline text to associative array. Returns this array.

Parameters
string$sMultilineMultiline text
Returns
array

Reimplemented from Shop_Config.

Definition at line 156 of file dyn_trusted_ratings.php.

dyn_trusted_ratings::_multilineToArray (   $sMultiline)
protected

Converts Multiline text to simple array. Returns this array.

Parameters
string$sMultilineMultiline text or array
Returns
array

Reimplemented from Shop_Config.

Definition at line 139 of file dyn_trusted_ratings.php.

dyn_trusted_ratings::_validateId (   $sId,
  $blActive,
  $sUser,
  $sPass,
  $sPkg 
)
protected

Validates Ts language id and returns validatsion status message

Parameters
string$sIdTrusted Shops Id
string$blActiveWidget mode - active or not
string$sUserTrusted Shops User name
string$sPassTrusted Shops Password
string$sPkgPackage Name
Returns
string | bool

Definition at line 107 of file dyn_trusted_ratings.php.

dyn_trusted_ratings::getViewId ( )

Returns view id ('dyn_interface')

Returns
string

Reimplemented from oxAdminView.

Definition at line 127 of file dyn_trusted_ratings.php.

dyn_trusted_ratings::render ( )

Creates shop object, passes shop data to Smarty engine and returns name of template file "dyn_trusted.tpl".

Returns
string

Reimplemented from Shop_Config.

Definition at line 25 of file dyn_trusted_ratings.php.

dyn_trusted_ratings::save ( )

Saves changed shop configuration parameters.

Reimplemented from Shop_Config.

Definition at line 38 of file dyn_trusted_ratings.php.

Member Data Documentation

dyn_trusted_ratings::$_aSkipMultiline = array('aTsLangIds', 'aHomeCountry', 'aTsActiveLangIds')
protected

Definition at line 17 of file dyn_trusted_ratings.php.


The documentation for this class was generated from the following file: