1 | <?php |
||
16 | class ManifestFile extends Asset |
||
17 | { |
||
18 | |||
19 | /** |
||
20 | * Asset constructor. |
||
21 | * |
||
22 | * @param DomainInterface $domain |
||
23 | * @throws InvalidDataTypeException |
||
24 | */ |
||
25 | public function __construct(DomainInterface $domain) |
||
29 | |||
30 | |||
31 | public function urlBase() |
||
35 | |||
36 | |||
37 | public function filepath() |
||
41 | } |
||
42 |