You are here

public function Collection::getValues in Plug 7

Gets all values of the collection.

Return value

array The values of all elements in the collection, in the order they appear in the collection.

2 methods override Collection::getValues()
AbstractLazyCollection::getValues in lib/doctrine/collections/lib/Doctrine/Common/Collections/AbstractLazyCollection.php
Gets all values of the collection.
ArrayCollection::getValues in lib/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
Gets all values of the collection.

File

lib/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php, line 135

Class

Collection
The missing (SPL) Collection/Array/OrderedMap interface.

Namespace

Doctrine\Common\Collections

Code

public function getValues();