PHP 클래스 Doctrine\ODM\CouchDB\PersistentCollection

부터: 1.0
저자: Benjamin Eberlei ([email protected])
상속: implements Doctrine\Common\Collections\Collection
파일 보기 프로젝트 열기: doctrine/couchdb-odm

공개 프로퍼티들

프로퍼티 타입 설명
$isInitialized

보호된 프로퍼티들

프로퍼티 타입 설명
$changed
$col Doctrine\Common\Collections\Collection

공개 메소드들

메소드 설명
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 ( )

메소드 상세

add() 공개 메소드

public add ( $element )

changed() 공개 메소드

public changed ( )

clear() 공개 메소드

public clear ( )

contains() 공개 메소드

public contains ( $element )

containsKey() 공개 메소드

public containsKey ( $key )

count() 공개 메소드

public count ( )

current() 공개 메소드

public current ( )

exists() 공개 메소드

public exists ( Closure $p )
$p Closure

filter() 공개 메소드

public filter ( Closure $p )
$p Closure

first() 공개 메소드

public first ( )

forAll() 공개 메소드

public forAll ( Closure $p )
$p Closure

get() 공개 메소드

public get ( $key )

getIterator() 공개 메소드

public getIterator ( )

getKeys() 공개 메소드

public getKeys ( )

getValues() 공개 메소드

public getValues ( )

indexOf() 공개 메소드

public indexOf ( $element )

initialize() 추상적인 공개 메소드

abstract public initialize ( )

isEmpty() 공개 메소드

public isEmpty ( )

key() 공개 메소드

public key ( )

last() 공개 메소드

public last ( )

map() 공개 메소드

public map ( Closure $func )
$func Closure

next() 공개 메소드

public next ( )

offsetExists() 공개 메소드

public offsetExists ( $offset )

offsetGet() 공개 메소드

public offsetGet ( $offset )

offsetSet() 공개 메소드

public offsetSet ( $offset, $value )

offsetUnset() 공개 메소드

public offsetUnset ( $offset )

partition() 공개 메소드

public partition ( Closure $p )
$p Closure

remove() 공개 메소드

public remove ( $key )

removeElement() 공개 메소드

public removeElement ( $element )

set() 공개 메소드

public set ( $key, $value )

slice() 공개 메소드

public slice ( $offset, $length = null )

takeSnapshot() 공개 메소드

public takeSnapshot ( )

toArray() 공개 메소드

public toArray ( )

unwrap() 공개 메소드

public unwrap ( )

프로퍼티 상세

$changed 보호되어 있는 프로퍼티

protected $changed

$col 보호되어 있는 프로퍼티

protected Collection,Doctrine\Common\Collections $col
리턴 Doctrine\Common\Collections\Collection

$isInitialized 공개적으로 프로퍼티

public $isInitialized