| 1 | <?php | ||
| 17 | class PurgeController { | ||
| 18 | |||
| 19 | |||
| 20 | private $output; | ||
| 21 | |||
| 22 | |||
| 23 | private $purger; | ||
| 24 | |||
| 25 | |||
| 26 | |||
| 27 |     public function __construct(Document $css, OutputInterface $output) { | ||
| 33 | |||
| 34 | |||
| 35 | |||
| 36 | /** | ||
| 37 | * Loop through available HTML files and run | ||
| 38 | * purge against them | ||
| 39 | * | ||
| 40 | * @param array $html | ||
| 41 | */ | ||
| 42 |     public function startPurge(array $html) { | ||
| 62 | |||
| 63 | |||
| 64 | |||
| 65 |     public function getPurgeResults() { | ||
| 69 | |||
| 70 | |||
| 71 | |||
| 72 | } | ||
| 73 |