Class SharedShoppingCartCollection
| category |
System |
|---|---|
| package |
ShoppingCart |
| subpackage |
Entities |
__construct(array|mixed|null $argumentsArray = null)
| Throws |
|
|---|
array|mixed|null
_add(mixed $item)
This method must be used by child-collection classes.
| Throws |
|
|---|
mixedItem which should add to the collection
_getExceptionText() : string
string
_getValidType() : string
This method must be implemented in the child-collection classes.
string
_itemIsValid(mixed $dataItem) : boolean
mixed
boolean
addCollection(\EditableCollection $collection) : $this
| Throws |
|
|---|
$thisSame instance to make chained method calls possible.
addItem(mixed $value) : $this
| Throws |
|
|---|
mixed
$thisSame instance to make chained method calls possible.
count() : integer
integer
getArray() : array
array
getClone()
getItem( $p_index) : mixed
| Throws |
|
|---|
mixed
getIterator()
isEmpty() : boolean
boolean
setItem(integer|\IntType $index, mixed $value) : $this
If the index already exists, the value gets override.
| Throws |
|
|---|
mixed
$thisSame instance to make chained method calls possible.
collectionContentArray : array
| var |
|---|
array