You are here

public function Entry::getType in Zircon Profile 8.0

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

Retrieve the current or last feed type exported.

Return value

string Value will be "rss" or "atom"

1 call to Entry::getType()
Entry::createSource in vendor/zendframework/zend-feed/src/Writer/Entry.php
Creates a new Zend\Feed\Writer\Source data container for use. This is NOT added to the current feed automatically, but is necessary to create a container with some initial values preset based on the current feed data.

File

vendor/zendframework/zend-feed/src/Writer/Entry.php, line 684

Class

Entry

Namespace

Zend\Feed\Writer

Code

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