Method | Description | |
---|---|---|
getInstallPath ( Composer\Package\PackageInterface $package ) | {@inheritDoc} | |
supports ( $packageType ) | {@inheritDoc} | |
uninstall ( Composer\Repository\InstalledRepositoryInterface $repo, Composer\Package\PackageInterface $package ) |
Method | Description | |
---|---|---|
findFrameworkType ( string $type ) : string | Finds a supported framework type if it exists and returns it | |
getLocationPattern ( string $frameworkType ) : string | Get the second part of the regular expression to check for support of a package type |
Method | Description | |
---|---|---|
getIO ( ) : Composer\IO\IOInterface | Get I/O object |
protected findFrameworkType ( string $type ) : string | ||
$type | string | |
return | string |
public getInstallPath ( Composer\Package\PackageInterface $package ) | ||
$package | Composer\Package\PackageInterface |
protected getLocationPattern ( string $frameworkType ) : string | ||
$frameworkType | string | |
return | string |
public uninstall ( Composer\Repository\InstalledRepositoryInterface $repo, Composer\Package\PackageInterface $package ) | ||
$repo | Composer\Repository\InstalledRepositoryInterface | |
$package | Composer\Package\PackageInterface |