PHPComposter\PHPComposter\Installer::getInstallPath PHP Method

getInstallPath() public method

Get the installation path of the package.
Since: 0.1.0
public getInstallPath ( Composer\Package\PackageInterface $package ) : string
$package Composer\Package\PackageInterface The package to install.
return string Relative installation path.
    public function getInstallPath(PackageInterface $package)
    {
        return Paths::getPath('actions') . $this->getSuffix($package);
    }