$this->getExternalParser()->parseRecursive( \Wikia\PortableInfobox\Helpers\SimpleXmlUtil::getInstance()->getInnerXML( $this->xmlNode ) ) ]; } public function isEmpty( $data ) { $links = trim( $data['value'] ); return empty( $links ); } }