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 31 appendpublic void append ($item)
|
||||||
line 33 clearpublic void clear () |
||||||
line 34 containspublic void contains ($item)
|
||||||
line 32 removepublic void remove ($item)
|