프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 ( ) |
protected Collection,Doctrine\Common\Collections $col | ||
리턴 | Doctrine\Common\Collections\Collection |