Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

  • AppendIterator
  • ArrayIterator
  • Closure
  • DateTime
  • DateTimeZone
  • DirectoryIterator
  • DOMDocument
  • DOMNode
  • FilesystemIterator
  • FilterIterator
  • IteratorIterator
  • RecursiveDirectoryIterator
  • RecursiveIteratorIterator
  • SimpleXMLElement
  • SplDoublyLinkedList
  • SplFileInfo
  • SplObjectStorage
  • SplQueue

Interfaces

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

Exceptions

  • BadFunctionCallException
  • BadMethodCallException
  • Exception
  • InvalidArgumentException
  • LogicException
  • RuntimeException
  • UnexpectedValueException
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class SplObjectStorage

SplObjectStorage implements Countable, Iterator, Traversable, Serializable, ArrayAccess
PHP Extension: SPL
Documented at php.net
Methods summary
public
# attach( mixed $object, mixed $inf )
public
# detach( mixed $object )
public
# contains( mixed $object )
public
# addAll( mixed $object )
public
# removeAll( mixed $object )
public
# removeAllExcept( mixed $object )
public
# getInfo( )
public
# setInfo( mixed $info )
public
# getHash( mixed $object )
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( mixed $serialized )

Implementation of

Serializable::unserialize()
public
# serialize( )

Implementation of

Serializable::serialize()
public
# offsetExists( mixed $object )

Implementation of

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

Implementation of

ArrayAccess::offsetSet()
public
# offsetUnset( mixed $object )

Implementation of

ArrayAccess::offsetUnset()
public
# offsetGet( mixed $object )

Implementation of

ArrayAccess::offsetGet()
php-coveralls API documentation generated by ApiGen 2.8.0