Neevo Public API
  • Namespace
  • Class
  • Tree

Namespaces

  • Neevo
    • Cache
    • Drivers
    • Nette
  • PHP

Classes

  • ArrayIterator
  • Memcache
  • MemcachePool
  • mysqli_result
  • PDO
  • PDOStatement
  • SplObjectStorage
  • SQLite3Result

Interfaces

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

Exceptions

  • Exception
  • InvalidArgumentException
  • LogicException
  • OutOfRangeException

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()

Magic methods summary

Neevo Public API API documentation generated by ApiGen 2.8.0