FluidTYPO3\Flux\FluxPackage::getVendorName PHP 메소드

getVendorName() 공개 메소드

Must always return the vendor name (as used in class namespaces) corresponding to this package.
public getVendorName ( ) : string
리턴 string
    public function getVendorName()
    {
        return ExtensionNamingUtility::getVendorName($this->manifest['package']);
    }