<?php namespace MailPoet\Util\pQuery; if (!defined('ABSPATH')) exit; class DomNode extends \pQuery\DomNode { public $childClass = 'MailPoet\Util\pQuery\DomNode'; public function getInnerText() { return html_entity_decode($this->toString(true, true, 1), ENT_NOQUOTES, 'UTF-8'); } public function getOuterText() { return html_entity_decode($this->toString(), ENT_NOQUOTES, 'UTF-8'); } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
DomNode.php | File | 409 B | 0644 |
|
Html5Parser.php | File | 208 B | 0644 |
|
index.php | File | 0 B | 0644 |
|
pQuery.php | File | 545 B | 0644 |
|