1 | <?php |
||
4 | class GravInstaller extends BaseInstaller |
||
5 | { |
||
6 | protected $locations = array( |
||
7 | 'plugin' => 'user/plugins/{$name}/', |
||
8 | 'theme' => 'user/themes/{$name}/', |
||
9 | ); |
||
10 | |||
11 | /** |
||
12 | * Format package name |
||
13 | * |
||
14 | * @param array $vars |
||
15 | * |
||
16 | * @return array |
||
17 | */ |
||
18 | public function inflectPackageVars($vars) |
||
30 | } |
||
31 |