Pimcore\Model\Asset\WebDAV\File::getContentType PHP Метод

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

Returns the mimetype of the asset
public getContentType ( ) : string
Результат string
    public function getContentType()
    {
        return $this->asset->getMimetype();
    }