Home
last modified time | relevance | path

Searched refs:embeds_resource (Results 1 – 1 of 1) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/
DURI.php21 * @param bool $embeds_resource Does the URI here result in an extra HTTP request?
23 public function __construct($embeds_resource = false) argument
26 $this->embedsResource = (bool)$embeds_resource;