Definition at line 6 of file oxerpcompatability.php.
Public Member Functions | |
| __construct () | |
| getPkgRevision ($sBasePath=null) | |
| getShopRevision () | |
| isPasswordSaltSupported ($iRev=null) | |
| isPasswordSaltInOxUser ($iRev=null) | |
| isOrderArticleStockAsDouble ($iRev=null) | |
| isArticleNullLongDescComatable ($iRev=null) | |
| isArticleVariantMinPriceAllwaysUpdated ($iRev=null) | |
| oxERPCompatability.__construct | ( | ) | 
Class constructor. The constructor is defined in order to be possible to call parent.__construct() in modules.
Definition at line 14 of file oxerpcompatability.php.
| oxERPCompatability.getPkgRevision | ( | $ |  sBasePath = null           | 
          ) | 
Returns build revision number or false on read error.
| string | $sBasePath base shop path | 
Definition at line 25 of file oxerpcompatability.php.
| oxERPCompatability.getShopRevision | ( | ) | 
Returns build revision number or false on read error.
Definition at line 41 of file oxerpcompatability.php.
| oxERPCompatability.isPasswordSaltSupported | ( | $ |  iRev = null           | 
          ) | 
Returns true or false depending on shop's user password salt support
| int | $iRev shop revision number | 
Definition at line 62 of file oxerpcompatability.php.
| oxERPCompatability.isPasswordSaltInOxUser | ( | $ |  iRev = null           | 
          ) | 
Returns true or false depending on shop's user password salt is kept in oxuser table
| int | $iRev shop revision number | 
Definition at line 78 of file oxerpcompatability.php.
| oxERPCompatability.isOrderArticleStockAsDouble | ( | $ |  iRev = null           | 
          ) | 
checks orderarticle oxstock field type
| int | $iRev shop revision number | 
Definition at line 93 of file oxerpcompatability.php.
| oxERPCompatability.isArticleNullLongDescComatable | ( | $ |  iRev = null           | 
          ) | 
checks if articles multilanguage longdescriptions are handled corecly
| int | $iRev shop revision number | 
Definition at line 108 of file oxerpcompatability.php.
| oxERPCompatability.isArticleVariantMinPriceAllwaysUpdated | ( | $ |  iRev = null           | 
          ) | 
checks if min variant price is allways updated ( see bug #378 )
| int | $iRev shop revision number | 
Definition at line 123 of file oxerpcompatability.php.
 1.5.5