Interface IMap (namespace Nette\Collections)
Represents a generic collection of key/value pairs.
Countable | --ICollection | --IMap
| Public Method Summary | |
|---|---|
| void |
add
($key, $value)
|
| void |
getKeys
()
|
| void |
search
($item)
|
| Methods Inherited From ICollection |
|---|
| append(), clear(), contains(), isReadOnly(), remove() |
| Method Details | |||||||||
|---|---|---|---|---|---|---|---|---|---|
|
line 36 addpublic void add ($key, $value)
|
|||||||||
|
line 38 getKeyspublic void getKeys () |
|||||||||
|
line 37 searchpublic void search ($item)
|
|||||||||
