Composer\Installers
DecibelInstaller{} WC 1.0
No Hooks.
Return
Null. Nothing.
Usage
$DecibelInstaller = new DecibelInstaller(); // use class methods
Methods
No Methods in class.
Code of DecibelInstaller{} DecibelInstaller{} WC 5.0.0
class DecibelInstaller extends BaseInstaller
{
/** @var array */
protected $locations = array(
'app' => 'app/{$name}/',
);
}