You are here

public function EntryInterface::getDescription in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/Reader/Entry/EntryInterface.php \Zend\Feed\Reader\Entry\EntryInterface::getDescription()

Get the entry description

Return value

string

2 methods override EntryInterface::getDescription()
Atom::getDescription in vendor/zendframework/zend-feed/src/Reader/Entry/Atom.php
Get the entry description
Rss::getDescription in vendor/zendframework/zend-feed/src/Reader/Entry/Rss.php
Get the entry description

File

vendor/zendframework/zend-feed/src/Reader/Entry/EntryInterface.php, line 57

Class

EntryInterface

Namespace

Zend\Feed\Reader\Entry

Code

public function getDescription();