Méthode |
Description |
|
__construct ( array $elements = [] ) |
Initializes a new ArrayCollection. |
|
__toString ( ) : string |
Returns a string representation of this object. |
|
add ( $element ) |
{@inheritDoc} |
|
clear ( ) |
{@inheritDoc} |
|
contains ( $element ) |
{@inheritDoc} |
|
containsKey ( $key ) |
{@inheritDoc} |
|
count ( ) |
{@inheritDoc} |
|
current ( ) |
{@inheritDoc} |
|
exists ( Closure $p ) |
{@inheritDoc} |
|
filter ( Closure $p ) |
{@inheritDoc} |
|
first ( ) |
{@inheritDoc} |
|
forAll ( Closure $p ) |
{@inheritDoc} |
|
get ( $key ) |
{@inheritDoc} |
|
getIterator ( ) |
Required by interface IteratorAggregate. |
|
getKeys ( ) |
{@inheritDoc} |
|
getValues ( ) |
{@inheritDoc} |
|
indexOf ( $element ) |
{@inheritDoc} |
|
isEmpty ( ) |
{@inheritDoc} |
|
key ( ) |
{@inheritDoc} |
|
last ( ) |
{@inheritDoc} |
|
map ( Closure $func ) |
{@inheritDoc} |
|
matching ( Doctrine\Common\Collections\Criteria $criteria ) |
{@inheritDoc} |
|
next ( ) |
{@inheritDoc} |
|
offsetExists ( $offset ) |
Required by interface ArrayAccess. |
|
offsetGet ( $offset ) |
Required by interface ArrayAccess. |
|
offsetSet ( $offset, $value ) |
Required by interface ArrayAccess. |
|
offsetUnset ( $offset ) |
Required by interface ArrayAccess. |
|
partition ( Closure $p ) |
{@inheritDoc} |
|
remove ( $key ) |
{@inheritDoc} |
|
removeElement ( $element ) |
{@inheritDoc} |
|
set ( $key, $value ) |
{@inheritDoc} |
|
slice ( $offset, $length = null ) |
{@inheritDoc} |
|
toArray ( ) |
{@inheritDoc} |
|