Lines Matching refs:mime
30 protected Mime $mime;
159 public function setRequestedMime(Mime $mime): FetcherMarkupBuilder
161 $this->mime = $mime;
177 * Technically, you could set the mime to whatever you want
179 * Setting the mime to instructions will just not do any render processing.
187 throw new ExceptionRuntime("Internal error: the mime is internal and should be good");
229 if (!isset($this->mime)) {
230 throw new ExceptionRuntimeInternal("A mime is mandatory");
240 switch ($this->mime->toString()) {
290 $newFetcherMarkup->mime = $this->mime;
332 $extension = $this->mime->getExtension();