You are here

public function AbstractFeed::reset in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/Writer/AbstractFeed.php \Zend\Feed\Writer\AbstractFeed::reset()

Resets the instance and deletes all data

Return value

void

File

vendor/zendframework/zend-feed/src/Writer/AbstractFeed.php, line 763

Class

AbstractFeed

Namespace

Zend\Feed\Writer

Code

public function reset() {
  $this->data = [];
}