PHP Класс rg\broker\customizations\PearInstaller

Автор: Nino Wagensonner ([email protected])
Наследование: extends Composer\Installer\PearInstaller
Показать файл Открыть проект

Открытые методы

Метод Описание
install ( Composer\Repository\InstalledRepositoryInterface $repo, Composer\Package\PackageInterface $package ) switch type to library since otherwise the extraction of the cache does not work as it is supposed to
update ( Composer\Repository\InstalledRepositoryInterface $repo, Composer\Package\PackageInterface $initial, Composer\Package\PackageInterface $target ) switch type to library since otherwise the extraction of the cache does not work as it is supposed to

Защищенные методы

Метод Описание
getBinaries ( Composer\Package\PackageInterface $package ) : array add pear binary list to package, in order to generate binary entries in the resulting packages.json file

Описание методов

getBinaries() защищенный Метод

add pear binary list to package, in order to generate binary entries in the resulting packages.json file
protected getBinaries ( Composer\Package\PackageInterface $package ) : array
$package Composer\Package\PackageInterface
Результат array

install() публичный Метод

{@inheritDoc}
public install ( Composer\Repository\InstalledRepositoryInterface $repo, Composer\Package\PackageInterface $package )
$repo Composer\Repository\InstalledRepositoryInterface
$package Composer\Package\PackageInterface

update() публичный Метод

{@inheritDoc}
public update ( Composer\Repository\InstalledRepositoryInterface $repo, Composer\Package\PackageInterface $initial, Composer\Package\PackageInterface $target )
$repo Composer\Repository\InstalledRepositoryInterface
$initial Composer\Package\PackageInterface
$target Composer\Package\PackageInterface