1 | <?php |
||
8 | class Groundskeeper |
||
9 | { |
||
10 | /** @var array */ |
||
11 | private $options; |
||
12 | |||
13 | /** |
||
14 | * Constructor |
||
15 | */ |
||
16 | 16 | public function __construct(array $options = array()) |
|
23 | |||
24 | 10 | public function clean($html) |
|
39 | |||
40 | 1 | public function getOptions() |
|
44 | |||
45 | 16 | protected function configureOptions(OptionsResolver $resolver) |
|
65 | } |
||
66 |