hiqdev\assetpackagist\models\Release::isValid PHP Method

isValid() public method

public isValid ( ) : boolean
return boolean whether the release is valid and can be used generally used
    public function isValid()
    {
        return !empty($this->dist) || !empty($this->source);
    }
Release