Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCleanCssFilter.php37 private $onlyKeepFirstSpecialComment; variable in Assetic\\Filter\\CleanCssFilter
79 * @param bool $onlyKeepFirstSpecialComment True to enable
81 public function setOnlyKeepFirstSpecialComment($onlyKeepFirstSpecialComment) argument
83 $this->onlyKeepFirstSpecialComment = $onlyKeepFirstSpecialComment;
280 if ($this->onlyKeepFirstSpecialComment) {