Interface ICollection (namespace Nette\Collections)
Defines methods to manipulate generic collections.
Countable | --ICollection
Public Method Summary | |
---|---|
void |
append
($item)
|
void |
clear
()
|
void |
contains
($item)
|
void |
remove
($item)
|
Method Details | ||||||
---|---|---|---|---|---|---|
line 23 appendpublic void append ($item)
|
||||||
line 25 clearpublic void clear () |
||||||
line 26 containspublic void contains ($item)
|
||||||
line 24 removepublic void remove ($item)
|