You are here

public function AbstractFeed::getXpathPrefix in Zircon Profile 8.0

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

Get the XPath prefix

Return value

string

File

vendor/zendframework/zend-feed/src/Reader/Extension/AbstractFeed.php, line 155

Class

AbstractFeed

Namespace

Zend\Feed\Reader\Extension

Code

public function getXpathPrefix() {
  return $this->xpathPrefix;
}