File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/main/lib/web/dom/parser.php
Back
<?php namespace Bitrix\Main\Web\DOM; abstract class Parser { /*@var $htmlParser HtmlParser */ private static $htmlParser; /*@var $config ParserConfig */ protected $config; public static function getHtmlParser() { if (self::$htmlParser == null) { self::$htmlParser = new HtmlParser(); } return self::$htmlParser; } public function setConfig(ParserConfig $config) { $this->config = $config; return $this; } public function getConfig() { return $this->config; } abstract public function parse($text = "", Node $toNode); abstract public function getSource(Node $node); }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.27 |
proxy
|
phpinfo
|
Settings