You are here

public function Entry::getSection in Zircon Profile 8.0

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

Get the entry section

Return value

string|null

File

vendor/zendframework/zend-feed/src/Reader/Extension/Slash/Entry.php, line 23

Class

Entry

Namespace

Zend\Feed\Reader\Extension\Slash

Code

public function getSection() {
  return $this
    ->getData('section');
}