Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssEmbedFilter.php31 private $mhtmlRoot; // Use <root> as the MHTML root for the file. variable in Assetic\\Filter\\CssEmbedFilter
53 public function setMhtmlRoot($mhtmlRoot) argument
55 $this->mhtmlRoot = $mhtmlRoot;
98 if (null !== $this->mhtmlRoot) {
99 $pb->add('--mhtmlroot')->add($this->mhtmlRoot);