1 | <?php |
||
16 | class ThemeInstaller extends LibraryInstaller |
||
17 | { |
||
18 | /** |
||
19 | * 模板路径. |
||
20 | * |
||
21 | * @var string |
||
22 | */ |
||
23 | const THEME_PATH = 'app/themes/'; |
||
24 | |||
25 | /** |
||
26 | * {@inheritdoc} |
||
27 | */ |
||
28 | public function getInstallPath(PackageInterface $package) |
||
41 | |||
42 | /** |
||
43 | * {@inheritdoc} |
||
44 | */ |
||
45 | public function supports($packageType) |
||
49 | } |