$binDir
$binDir :
Utility to handle installation of package "bin"/binaries
__construct(\Composer\IO\IOInterface $io, string $binDir, string $binCompat, \Composer\Util\Filesystem $filesystem = null)
| \Composer\IO\IOInterface | $io | |
| string | $binDir | |
| string | $binCompat | |
| \Composer\Util\Filesystem | $filesystem |
installBinaries(\Composer\Package\PackageInterface $package, $installPath, $warnOnOverwrite = true)
| \Composer\Package\PackageInterface | $package | |
| $installPath | ||
| $warnOnOverwrite |
removeBinaries(\Composer\Package\PackageInterface $package)
| \Composer\Package\PackageInterface | $package |
getBinaries(\Composer\Package\PackageInterface $package)
| \Composer\Package\PackageInterface | $package |
installFullBinaries( $binPath, $link, $bin, \Composer\Package\PackageInterface $package)
| $binPath | ||
| $link | ||
| $bin | ||
| \Composer\Package\PackageInterface | $package |
Loading…