You are here

public function AbstractEntry::toArray in Zircon Profile 8.0

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

Serialize the entry to an array

Return value

array

File

vendor/zendframework/zend-feed/src/Reader/Extension/AbstractEntry.php, line 200

Class

AbstractEntry

Namespace

Zend\Feed\Reader\Extension

Code

public function toArray() {
  return $this->data;
}