Interface IList
Represents a collection of objects that can be individually accessed by index (ordered collection)
- Nette\Collections\IList implements Nette\Collections\ICollection, ArrayAccess
Direct known implementers
Nette\Collections\ArrayListIndirect known implementers
Nette\Application\MultiRouter
public
|
|
public
|
append(),
clear(),
contains(),
remove()
|
getIterator()
|
count()
|
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset()
|