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 ICollection

Defines methods to manipulate generic collections.

Nette\Collections\ICollection implements Countable, IteratorAggregate

Direct known implementers

Nette\Collections\Collection, Nette\Collections\IList, Nette\Collections\IMap, Nette\Collections\ISet

Indirect known implementers

Nette\Application\MultiRouter, Nette\Collections\ArrayList, Nette\Collections\Hashtable, Nette\Collections\Set, Nette\Config\Config
Namespace: Nette\Collections
Author: David Grudl
Located at Collections/ICollection.php
Methods summary
public
# append( $item )
public
# remove( $item )
public
# clear( )
public
# contains( $item )
Methods inherited from Countable
count()
Methods inherited from IteratorAggregate
getIterator()
Nette Framework 0.9.7 API documentation generated by ApiGen 2.3.0