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(), remove() |
Method Details | |||||||||
---|---|---|---|---|---|---|---|---|---|
line 35 addpublic void add ($key, $value)
|
|||||||||
line 37 getKeyspublic void getKeys () |
|||||||||
line 36 searchpublic void search ($item)
|