Interface IList (namespace Nette\Collections)


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

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

Method Details

line 37

indexOf

public void indexOf ($item)

Input
$item

line 38

insertAt

public void insertAt ($index, $item)

Input
$index
$item