pharext\SourceDir\Git::getLicense PHP Méthode

getLicense() public méthode

public getLicense ( ) : string
Résultat string
    public function getLicense()
    {
        if ($file = $this->findLicense($this->getBaseDir())) {
            return $this->readLicense($file);
        }
        return "UNKNOWN";
    }