Namespaces

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

Classes

  • ArrayList
  • Collection
  • Hashtable
  • Set

Interfaces

  • ICollection
  • IList
  • IMap
  • ISet

Exceptions

  • KeyNotFoundException
  • Overview
  • Namespace
  • Class
  • Tree
  • Other releases

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\ArrayList

Indirect known implementers

Nette\Application\MultiRouter
Namespace: Nette\Collections
Author: David Grudl
Located at Collections/IList.php
Methods summary
public
# indexOf( $item )
public
# insertAt( $index, $item )
Methods inherited from Nette\Collections\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 API documentation generated by ApiGen 2.3.0