Packages

  • Nette
    • Application
      • Diagnostics
      • Responses
      • Routers
      • UI
    • Caching
      • Storages
    • ComponentModel
    • Config
      • Adapters
      • Extensions
    • Database
      • Diagnostics
      • Drivers
      • Reflection
      • Table
    • DI
      • Diagnostics
    • Diagnostics
    • Forms
      • Controls
      • Rendering
    • Http
    • Iterators
    • Latte
      • Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
      • Diagnostics
    • Templating
    • Utils
      • PhpGenerator
  • NetteModule
  • None
  • PHP

Classes

  • ArrayIterator
  • CachingIterator
  • Closure
  • DateTime
  • FilterIterator
  • IteratorIterator
  • PDO
  • PDOStatement
  • RecursiveArrayIterator
  • ReflectionClass
  • ReflectionExtension
  • ReflectionFunction
  • ReflectionFunctionAbstract
  • ReflectionMethod
  • ReflectionParameter
  • ReflectionProperty
  • SplObjectStorage
  • stdClass

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • IteratorAggregate
  • OuterIterator
  • RecursiveIterator
  • Reflector
  • SeekableIterator
  • Serializable
  • Traversable

Exceptions

  • ErrorException
  • Exception
  • InvalidArgumentException
  • LogicException
  • OutOfRangeException
  • RuntimeException
  • Overview
  • Package
  • Class
  • Tree

Class SplObjectStorage

SplObjectStorage implements Countable, Iterator, Traversable, Serializable, ArrayAccess
PHP Extension: SPL
Documented at php.net
Methods summary
public
# attach( $object, $inf )
public
# detach( $object )
public
# contains( $object )
public
# addAll( $object )
public
# removeAll( $object )
public
# removeAllExcept( $object )
public
# getInfo( )
public
# setInfo( $info )
public
# count( )

Implementation of

Countable::count
public
# rewind( )

Implementation of

Iterator::rewind
public
# valid( )

Implementation of

Iterator::valid
public
# key( )

Implementation of

Iterator::key
public
# current( )

Implementation of

Iterator::current
public
# next( )

Implementation of

Iterator::next
public
# unserialize( $serialized )

Implementation of

Serializable::unserialize
public
# serialize( )

Implementation of

Serializable::serialize
public
# offsetExists( $object )

Implementation of

ArrayAccess::offsetExists
public
# offsetSet( $object, $inf )

Implementation of

ArrayAccess::offsetSet
public
# offsetUnset( $object )

Implementation of

ArrayAccess::offsetUnset
public
# offsetGet( $object )

Implementation of

ArrayAccess::offsetGet
Nette Framework 2.0.1 (for PHP 5.2, prefixed) API API documentation generated by ApiGen 2.7.0