1 | <?php |
||
7 | class Groundskeeper |
||
8 | { |
||
9 | /** @var Configuration */ |
||
10 | private $configuration; |
||
11 | |||
12 | /** |
||
13 | * Constructor |
||
14 | * |
||
15 | * @param array|Configuration $options |
||
16 | */ |
||
17 | 16 | public function __construct($options = array()) |
|
31 | |||
32 | 10 | public function clean($html) |
|
50 | |||
51 | 1 | public function getConfiguration() |
|
55 | } |
||
56 |