Zend Framework  3.0
Public Member Functions | List of all members
AbstractCollection Class Reference

Public Member Functions

 getValues ()
 Return a simple array of the most relevant slice of the collection values.
 

Member Function Documentation

getValues ( )
abstract

Return a simple array of the most relevant slice of the collection values.

For example, feed categories contain the category name, domain/URI, and other data. This method would merely return the most useful data - i.e. the category names.

Returns
array