Class KeyValueCollection
| category |
System |
|---|---|
| package |
Shared |
__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
_addToCollectionContentArray(array $keyValueArray)
array
_getExceptionText() : string
string
_getValidType() : string
This method must be implemented in the child-collection classes.
string
_itemIsValid(mixed $dataItem) : boolean
mixed
boolean
count() : integer
integer
getArray() : array
array
getItem( $p_index) : mixed
| Throws |
|
|---|
mixed
getIterator()
getValue(string $p_keyName) : mixed
| Throws |
|
|---|
string
mixed
isEmpty() : boolean
boolean
keyExists(string $p_keyName) : boolean
string
boolean
collectionContentArray : array
| var |
|---|
array