Composer\Installers
Installer::__construct() public WC 1.0
Installer constructor.
Disables installers specified in main composer extra installer-disable list
{} Это метод класса: Installer{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Installer = new Installer(); $Installer->__construct(;
Код Installer::__construct() Installer:: construct WC 5.0.0
public function __construct(
IOInterface $io,
Composer $composer,
$type = 'library',
Filesystem $filesystem = null,
BinaryInstaller $binaryInstaller = null
) {
parent::__construct($io, $composer, $type, $filesystem,
$binaryInstaller);
$this->removeDisabledInstallers();
}