Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getLicenseType PHP Метод

getLicenseType() публичный Метод

Get license type
public getLicenseType ( ) : string
Результат string
    public function getLicenseType()
    {
        return $this->licenseType;
    }