PHP Class Doctrine\ODM\CouchDB\PersistentCollection

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

Méthodes publiques

Свойство Type Description
$isInitialized

Protected Properties

Свойство Type Description
$changed
$col Doctrine\Common\Collections\Collection

Méthodes publiques

Méthode 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 méthode

public add ( $element )

changed() public méthode

public changed ( )

clear() public méthode

public clear ( )

contains() public méthode

public contains ( $element )

containsKey() public méthode

public containsKey ( $key )

count() public méthode

public count ( )

current() public méthode

public current ( )

exists() public méthode

public exists ( Closure $p )
$p Closure

filter() public méthode

public filter ( Closure $p )
$p Closure

first() public méthode

public first ( )

forAll() public méthode

public forAll ( Closure $p )
$p Closure

get() public méthode

public get ( $key )

getIterator() public méthode

public getIterator ( )

getKeys() public méthode

public getKeys ( )

getValues() public méthode

public getValues ( )

indexOf() public méthode

public indexOf ( $element )

initialize() abstract public méthode

abstract public initialize ( )

isEmpty() public méthode

public isEmpty ( )

key() public méthode

public key ( )

last() public méthode

public last ( )

map() public méthode

public map ( Closure $func )
$func Closure

next() public méthode

public next ( )

offsetExists() public méthode

public offsetExists ( $offset )

offsetGet() public méthode

public offsetGet ( $offset )

offsetSet() public méthode

public offsetSet ( $offset, $value )

offsetUnset() public méthode

public offsetUnset ( $offset )

partition() public méthode

public partition ( Closure $p )
$p Closure

remove() public méthode

public remove ( $key )

removeElement() public méthode

public removeElement ( $element )

set() public méthode

public set ( $key, $value )

slice() public méthode

public slice ( $offset, $length = null )

takeSnapshot() public méthode

public takeSnapshot ( )

toArray() public méthode

public toArray ( )

unwrap() public méthode

public unwrap ( )

Property Details

$changed protected_oe property

protected $changed

$col protected_oe property

protected Collection,Doctrine\Common\Collections $col
Résultat Doctrine\Common\Collections\Collection

$isInitialized public_oe property

public $isInitialized