Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getLicense PHP Method

getLicense() public method

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