You are here

abstract public function AbstractCollection::getValues in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/zendframework/zend-feed/src/Reader/Collection/AbstractCollection.php \Zend\Feed\Reader\Collection\AbstractCollection::getValues()

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.

Return value

array

2 methods override AbstractCollection::getValues()
Author::getValues in vendor/zendframework/zend-feed/src/Reader/Collection/Author.php
Return a simple array of the most relevant slice of the author values, i.e. all author names.
Category::getValues in vendor/zendframework/zend-feed/src/Reader/Collection/Category.php
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.

File

vendor/zendframework/zend-feed/src/Reader/Collection/AbstractCollection.php, line 24

Class

AbstractCollection

Namespace

Zend\Feed\Reader\Collection

Code

public abstract function getValues();