OXID eShop CE
4.9.5
|
Public Member Functions | |
exportLexwareArticles ($iStart, $iLines, $sFilepath) | |
interFormSimple ($nValue) | |
interForm ($nValue, $oObj=null) | |
internPrice ($nPrice) | |
exportLexwareOrders ($iFromOrderNr="", $iToOrderNr="") | |
Public Member Functions inherited from oxBase | |
getUseSkipSaveFields () | |
setUseSkipSaveFields ($blUseSkipSaveFields) | |
__construct () | |
__set ($sName, $sValue) | |
__get ($sName) | |
__isset ($mVar) | |
__clone () | |
oxClone ($oObject) | |
getUpdateSeo () | |
setUpdateSeo ($blUpdateSeo) | |
init ($sTableName=null, $blForceAllFields=false) | |
assign ($dbRecord) | |
getClassName () | |
getCoreTableName () | |
getId () | |
setId ($sOXID=null) | |
setShopId ($iShopId) | |
getShopId () | |
getViewName ($blForceCoreTableUsage=null) | |
modifyCacheKey ($sCacheKey, $blOverride=false) | |
disableLazyLoading () | |
isDerived () | |
setIsDerived ($blVal) | |
isMultilang () | |
load ($sOXID) | |
isLoaded () | |
buildSelectString ($aWhere=null) | |
assignRecord ($sSelect) | |
getFieldData ($sFieldName) | |
getSelectFields ($blForceCoreTableUsage=null) | |
delete ($sOxId=null) | |
save () | |
allowDerivedUpdate () | |
allowDerivedDelete () | |
exists ($sOXID=null) | |
getSqlActiveSnippet ($blForceCoreTable=null) | |
beforeUpdate ($sOXID=null) | |
onChange ($iAction=null, $sOXID=null) | |
setInList () | |
isOx () | |
isReadOnly () | |
setReadOnly ($blReadOnly) | |
getFieldNames () | |
addFieldName ($sName) | |
getLanguage () | |
Public Member Functions inherited from oxSuperCfg | |
__call ($sMethod, $aArgs) | |
getConfig () | |
setConfig ($oConfig) | |
getSession () | |
setSession ($oSession) | |
getUser () | |
setUser ($oUser) | |
isAdmin () | |
setAdminMode ($blAdmin) |
Protected Member Functions | |
_getCharset () | |
_convertStr ($sStr) | |
Protected Member Functions inherited from oxBase | |
_setUpdateSeoOnFieldChange ($sField) | |
_removeElement2ShopRelations ($sOxId) | |
_isInList () | |
_getObjectViewName ($sTable, $sShopID=null) | |
_getTableFields ($sTable, $blReturnSimple=false) | |
_getAllFields ($blReturnSimple=false) | |
_initDataStructure ($blForceFullStructure=false) | |
_getNonCachedFieldNames ($blForceFullStructure=false) | |
_getFieldStatus ($sFieldName) | |
_addField ($sName, $iStatus, $sType=null, $sLength=null) | |
_getFieldLongName ($sFieldName) | |
_setFieldData ($sFieldName, $sValue, $iDataType=oxField::T_TEXT) | |
_canFieldBeNull ($sFieldName) | |
_getFieldDefaultValue ($sFieldName) | |
_getUpdateFieldValue ($sFieldName, $oField) | |
_getUpdateFields ($blUseSkipSaveFields=true) | |
_insert () | |
_isDisabledFieldCache () | |
_addSkippedSaveFieldsForMapping () | |
_disableLazyLoadingForCaching () |
Additional Inherited Members | |
Protected Attributes inherited from oxBase | |
$_sOXID = null | |
$_iShopId = null | |
$_blIsSimplyClonable = true | |
$_sClassName = 'oxbase' | |
$_sCoreTable = null | |
$_sViewTable = null | |
$_aFieldNames = array('oxid' => 0) | |
$_sCacheKey = null | |
$_blUseLazyLoading = false | |
$_aSkipSaveFields = array('oxtimestamp') | |
$_blUseSkipSaveFields = true | |
$_sExistKey = 'oxid' | |
$_blIsDerived = null | |
$_blIsSeoObject = false | |
$_blUpdateSeo = true | |
$_blReadOnly = false | |
$_blIsInList = false | |
$_isLoaded = false | |
$_aInnerLazyCache = null | |
$_blEmployMultilanguage = false | |
Static Protected Attributes inherited from oxBase | |
static | $_blDisableFieldCaching = array() |
lexware manager
Definition at line 7 of file oximex.php.
|
protected |
Converts string from 'ISO-8859-15' to defined charset
string | $sStr | string to convert |
Definition at line 422 of file oximex.php.
|
protected |
oxImex::exportLexwareArticles | ( | $iStart, | |
$iLines, | |||
$sFilepath | |||
) |
Performs Lexware export to file.
integer | $iStart | Start writing to file from line |
integer | $iLines | Amount of lines to write |
string | $sFilepath | Path to export file |
Definition at line 19 of file oximex.php.
oxImex::exportLexwareOrders | ( | $iFromOrderNr = "" , |
|
$iToOrderNr = "" |
|||
) |
Returns XML compatible text for LexwareOrders export.
integer | $iFromOrderNr | Order from (default null) |
integer | $iToOrderNr | Order number |
Definition at line 225 of file oximex.php.
oxImex::interForm | ( | $nValue, | |
$oObj = null |
|||
) |
Replaces some special chars to HTML compatible codes, returns string with replaced chars.
string | $nValue | string to replace special chars |
object | $oObj | object |
Definition at line 149 of file oximex.php.
oxImex::interFormSimple | ( | $nValue | ) |
Ensures, that the given data can be put in the csv
string | $nValue | given string |
Definition at line 131 of file oximex.php.
oxImex::internPrice | ( | $nPrice | ) |
Returns formatted price (grouped thousands, etc.).
float | $nPrice | Price to format |
Definition at line 209 of file oximex.php.