|
UNA
|
Public Member Functions | |
| __clone () | |
| exists ($iVendor, $iItemId) | |
| add ($iVendor, $iItemId, $iItemCount) | |
| delete ($iVendor, $iItemId=0) | |
| getCount ($iVendor='') | |
| getByVendor ($iVendor) | |
| parseByVendor () | |
Static Public Member Functions | |
| static | getInstance () |
| static | items2array ($mixed) |
Static Public Attributes | |
| static | $sIDiv = ':' |
| static | $sPDiv = '_' |
Protected Member Functions | |
| getItems () | |
| setItems ($sItems) | |
| parseBy ($aItems, $sKey) | |
|
protected |
Reimplemented from BxDolFactory.
|
static |
Implements iBxDolSingleton.
|
static |
Conver items to array with necessary structure.
| string/array | $mixed - string with cart items divided with (:) or an array of cart items. |