Bolt\Composer\Action\ProhibitsPackage::execute PHP Method

execute() public method

public execute ( string $packageName, string $textConstraint = '*', boolean $onlyLocal = true ) : array
$packageName string
$textConstraint string
$onlyLocal boolean
return array
    public function execute($packageName, $textConstraint = '*', $onlyLocal = true)
    {
        $this->inverted = true;
        return parent::execute($packageName, $textConstraint);
    }
ProhibitsPackage