<?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing namespace MailPoet\Util\pQuery; if (!defined('ABSPATH')) exit; use MailPoetVendor\pQuery\Html5Parser as pQueryHtml5Parser; class Html5Parser extends pQueryHtml5Parser { /** @var string|DomNode */ public $root = DomNode::class; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
DomNode.php | File | 726 B | 0644 |
|
Html5Parser.php | File | 338 B | 0644 |
|
index.php | File | 6 B | 0644 |
|
pQuery.php | File | 696 B | 0644 |
|