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

getLicenseType() public method

Get license type
public getLicenseType ( ) : string
return string
    public function getLicenseType()
    {
        return $this->licenseType;
    }