Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getLicense PHP Méthode

getLicense() public méthode

Get license data
public getLicense ( ) : string
Résultat string
    public function getLicense()
    {
        return $this->license;
    }