function Collection::getValues

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.

1 method overrides Collection::getValues()
ArrayCollection::getValues in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/ArrayCollection.php
Gets all elements.

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Collection.php, line 124

Class

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

Namespace

Doctrine\Common\Collections

Code

function getValues();