PHP Class Doctrine\ODM\CouchDB\PersistentCollection

Since: 1.0
Author: Benjamin Eberlei ([email protected])
Inheritance: implements Doctrine\Common\Collections\Collection
Show file Open project: doctrine/couchdb-odm

Public Properties

Property Type Description
$isInitialized

Protected Properties

Property Type Description
$changed
$col Doctrine\Common\Collections\Collection

Public Methods

Method Description
add ( $element )
changed ( )
clear ( )
contains ( $element )
containsKey ( $key )
count ( )
current ( )
exists ( Closure $p )
filter ( Closure $p )
first ( )
forAll ( Closure $p )
get ( $key )
getIterator ( )
getKeys ( )
getValues ( )
indexOf ( $element )
initialize ( )
isEmpty ( )
key ( )
last ( )
map ( Closure $func )
next ( )
offsetExists ( $offset )
offsetGet ( $offset )
offsetSet ( $offset, $value )
offsetUnset ( $offset )
partition ( Closure $p )
remove ( $key )
removeElement ( $element )
set ( $key, $value )
slice ( $offset, $length = null )
takeSnapshot ( )
toArray ( )
unwrap ( )

Method Details

add() public method

public add ( $element )

changed() public method

public changed ( )

clear() public method

public clear ( )

contains() public method

public contains ( $element )

containsKey() public method

public containsKey ( $key )

count() public method

public count ( )

current() public method

public current ( )

exists() public method

public exists ( Closure $p )
$p Closure

filter() public method

public filter ( Closure $p )
$p Closure

first() public method

public first ( )

forAll() public method

public forAll ( Closure $p )
$p Closure

get() public method

public get ( $key )

getIterator() public method

public getIterator ( )

getKeys() public method

public getKeys ( )

getValues() public method

public getValues ( )

indexOf() public method

public indexOf ( $element )

initialize() abstract public method

abstract public initialize ( )

isEmpty() public method

public isEmpty ( )

key() public method

public key ( )

last() public method

public last ( )

map() public method

public map ( Closure $func )
$func Closure

next() public method

public next ( )

offsetExists() public method

public offsetExists ( $offset )

offsetGet() public method

public offsetGet ( $offset )

offsetSet() public method

public offsetSet ( $offset, $value )

offsetUnset() public method

public offsetUnset ( $offset )

partition() public method

public partition ( Closure $p )
$p Closure

remove() public method

public remove ( $key )

removeElement() public method

public removeElement ( $element )

set() public method

public set ( $key, $value )

slice() public method

public slice ( $offset, $length = null )

takeSnapshot() public method

public takeSnapshot ( )

toArray() public method

public toArray ( )

unwrap() public method

public unwrap ( )

Property Details

$changed protected property

protected $changed

$col protected property

protected Collection,Doctrine\Common\Collections $col
return Doctrine\Common\Collections\Collection

$isInitialized public property

public $isInitialized