Packages

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • NArrayList
  • NCollection
  • NHashtable
  • NSet

Interfaces

  • ICollection
  • IList
  • IMap
  • ISet

Exceptions

  • NKeyNotFoundException
  • Overview
  • Package
  • Class
  • Tree
  • Other releases

Interface IList

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

IList implements ICollection, ArrayAccess

Direct known implementers

NArrayList

Indirect known implementers

NMultiRouter
Package: Nette\Collections
Author: David Grudl
Located at Collections/IList.php
Methods summary
public
# indexOf( $item )
public
# insertAt( $index, $item )
Methods inherited from ICollection
append(), clear(), contains(), remove()
Methods inherited from IteratorAggregate
getIterator()
Methods inherited from Countable
count()
Methods inherited from ArrayAccess
offsetExists(), offsetGet(), offsetSet(), offsetUnset()
Nette Framework 0.9.7 (for PHP 5.2) API documentation generated by ApiGen 2.3.0