1 | <?php |
||
10 | class BooleanAttributeMinifier implements MinifierInterface |
||
11 | { |
||
12 | /** |
||
13 | * Execute the minification rule. |
||
14 | * |
||
15 | * @param \ArjanSchouten\HtmlMinifier\MinifyContext $context |
||
16 | * |
||
17 | * @return \ArjanSchouten\HtmlMinifier\MinifyContext |
||
18 | */ |
||
19 | 4 | public function process(MinifyContext $context) |
|
45 | |||
46 | /** |
||
47 | * Indicates if minification rules depends on command options. |
||
48 | * |
||
49 | * @return string |
||
50 | */ |
||
51 | 3 | public function provides() |
|
55 | } |
||
56 |