You are here

public function Deleted::getType in Zircon Profile 8

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

Retrieve the current or last feed type exported.

Return value

string Value will be "rss" or "atom"

File

vendor/zendframework/zend-feed/src/Writer/Deleted.php, line 99

Class

Deleted

Namespace

Zend\Feed\Writer

Code

public function getType() {
  return $this->type;
}