protected property DokuWikiInstaller::$locations in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php \Composer\Installers\DokuWikiInstaller::locations
Overrides BaseInstaller::$locations
File
- vendor/
composer/ installers/ src/ Composer/ Installers/ DokuWikiInstaller.php, line 6
Class
Namespace
Composer\InstallersCode
protected $locations = array(
'plugin' => 'lib/plugins/{$name}/',
'template' => 'lib/tpl/{$name}/',
);