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 IMap

Represents a generic collection of key/value pairs.

IMap implements ICollection, ArrayAccess

Direct known implementers

NHashtable

Indirect known implementers

NConfig
Package: Nette\Collections
Author: David Grudl
Located at Collections/IMap.php
Methods summary
public
# add( $key, $value )
public
# search( $item )
public
# getKeys( )
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