1 | <?php |
||
17 | final class DompdfFactory implements DompdfFactoryInterface |
||
18 | { |
||
19 | /** |
||
20 | * @var array<string, mixed> |
||
21 | */ |
||
22 | private $options; |
||
23 | |||
24 | /** |
||
25 | * @param array<string, mixed> $options |
||
26 | */ |
||
27 | public function __construct(array $options = []) |
||
31 | |||
32 | public function create(array $options = []): Dompdf |
||
36 | |||
37 | private function createOptions(array $options = []): Options |
||
41 | } |
||
42 |