Interface IList (namespace Nette\Collections)


Represents a collection of objects that can be individually accessed by index (ordered collection)

Countable
   |
   --ICollection
      |
      --IList
Copyright: Copyright (c) 2004, 2010 David Grudl
Located: in /Collections/IList.php (line 22)
Public Method Summary
void
indexOf ($item)
void
insertAt ($index, $item)
Methods Inherited From ICollection
append(), clear(), contains(), remove()

Method Details

line 24

indexOf

public void indexOf ($item)

Input
$item

line 25

insertAt

public void insertAt ($index, $item)

Input
$index
$item