ModelConfig::setOutputMimeType( string $outputMimeType )

In this article

Sets the output MIME type.

Parameters

$outputMimeTypestringrequired
The output MIME type.

Source

public function setOutputMimeType(string $outputMimeType): void
{
    $this->outputMimeType = $outputMimeType;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.