PHPComposter\PHPComposter\Installer::isInstalled PHP Method

isInstalled() public method

Check whether the package is already installed.
Since: 0.1.0
public isInstalled ( Composer\Repository\InstalledRepositoryInterface $repo, Composer\Package\PackageInterface $package ) : boolean
$repo Composer\Repository\InstalledRepositoryInterface
$package Composer\Package\PackageInterface
return boolean
    public function isInstalled(InstalledRepositoryInterface $repo, PackageInterface $package)
    {
        // Always reinstall all PHP Composter actions.
        return false;
    }