Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/
DSimple.php16 * @param string $transform_to Tag name to transform to.
19 public function __construct($transform_to, $style = null) argument
21 $this->transform_to = $transform_to;
34 $new_tag->name = $this->transform_to;
DFont.php23 public $transform_to = 'span'; variable in HTMLPurifier_TagTransform_Font
55 $new_tag->name = $this->transform_to;
107 $new_tag->name = $this->transform_to;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DTagTransform.php13 public $transform_to; variable in HTMLPurifier_TagTransform