\Composer\InstallerInstallerInterface

Interface for the package installation manager.

Summary

Methods
Constants
supports()
isInstalled()
install()
update()
uninstall()
getInstallPath()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

supports()

supports(string  $packageType) : boolean

Decides if the installer supports the given type

Parameters

string $packageType

Returns

boolean

getInstallPath()

getInstallPath(\Composer\Package\PackageInterface  $package) : string

Returns the installation path of a package

Parameters

\Composer\Package\PackageInterface $package

Returns

string —

path