List of all members.
Detailed Description
Definition at line 5 of file oximex.php.
Member Function Documentation
oxImex._convertStr |
( |
$ |
sStr |
) |
[protected] |
Converts string from 'ISO-8859-15' to defined charset
- Parameters:
-
| string | $sStr string to convert |
- Returns:
- string
Definition at line 415 of file oximex.php.
oxImex._getCharset |
( |
|
) |
[protected] |
Get current charset
- Returns:
- string
Definition at line 403 of file oximex.php.
oxImex.exportLexwareArticles |
( |
$ |
iStart, |
|
|
$ |
iLines, |
|
|
$ |
sFilepath | |
|
) |
| | |
Performs Lexware export to file.
- Parameters:
-
| integer | $iStart Start writing to file from line |
| integer | $iLines Amount of lines to write |
| string | $sFilepath Path to export file |
- Returns:
- bool
Definition at line 16 of file oximex.php.
oxImex.exportLexwareOrders |
( |
$ |
iFromOrderNr = "" , |
|
|
$ |
iToOrderNr = "" | |
|
) |
| | |
Returns XML compatible text for LexwareOrders export.
- Parameters:
-
| integer | $iFromOrderNr Order from (default null) |
| integer | $iToOrderNr Order number |
- Returns:
- string
Definition at line 219 of file oximex.php.
oxImex.interForm |
( |
$ |
nValue, |
|
|
$ |
oObj = null | |
|
) |
| | |
Replaces some special chars to HTML compatible codes, returns string with replaced chars.
- Parameters:
-
| string | $nValue string to replace special chars |
| object | $oObj object |
- Returns:
- string
Definition at line 144 of file oximex.php.
oxImex.interFormSimple |
( |
$ |
nValue |
) |
|
Ensures, that the given data can be put in the csv
- Parameters:
-
| string | $nValue given string |
- Returns:
- string
Definition at line 127 of file oximex.php.
oxImex.internPrice |
( |
$ |
nPrice |
) |
|
Returns formatted price (grouped thousands, etc.).
- Parameters:
-
| float | $nPrice Price to format |
- Returns:
- string
Definition at line 204 of file oximex.php.
The documentation for this class was generated from the following file: