FastFeed\Aggregator\EzRSSAggregator::getValue PHP Method

getValue() protected method

protected getValue ( DOMElement $node, string $tagName ) : boolean | string
$node DOMElement
$tagName string
return boolean | string
    protected function getValue(DOMElement $node, $tagName)
    {
        return $this->getNodeValueByTagNameNS($node, 'http://xmlns.ezrss.it/0.1/', $tagName);
    }
EzRSSAggregator