Class OrderItemAttributeCollection
| category |
System |
|---|---|
| package |
Order |
| subpackage |
Collections |
__construct(array|mixed|null $argumentsArray = null)
| throws | |
|---|---|
array|mixed|null
_add(mixed $item)
This method must be used by child-collection classes.
| throws |
When $item has an invalid type. |
|---|---|
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 |
When the item types of the passed collection are invalid. |
|---|
$thisSame instance to make chained method calls possible.
addItem(string|\StringType $value) : $this
| throws |
When value has an invalid type. |
|---|
$thisSame instance to make chained method calls possible.
count() : integer
integer
getArray() : array
array
getClone()
getItem( $p_index) : mixed
| throws |
if index is not numeric | OutOfBoundsException if index is out of bounds |
|---|
mixed
getIterator()
isEmpty() : boolean
boolean
setItem(integer|\IntType $index, string|\StringType $value) : $this
If the index already exists, the value gets override.
| throws |
When value has an invalid type. |
|---|
$thisSame instance to make chained method calls possible.
collectionContentArray : array
| var |
|---|
array