AppserverIo\Appserver\ServletEngine\Http\Part::getContentType PHP Метод

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

Gets the content type of this part.
public getContentType ( ) : string
Результат string The content type of this part.
    public function getContentType()
    {
        return $this->getHeader(HttpProtocol::HEADER_CONTENT_TYPE);
    }