PhpOffice\PhpPresentation\Shape\Drawing\Gd::setMimeType PHP Метод

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

Set mime type
public setMimeType ( string $value = self::MIMETYPE_DEFAULT )
$value string
    public function setMimeType($value = self::MIMETYPE_DEFAULT)
    {
        $this->mimeType = $value;
        return $this;
    }