add PHPDoc for setMimetype()
This commit is contained in:
parent
bef5108218
commit
bdfef554c4
|
@ -173,6 +173,10 @@ class Preview {
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief set mimetype explicitely
|
||||||
|
* @param string $mimetype
|
||||||
|
*/
|
||||||
public function setMimetype($mimetype) {
|
public function setMimetype($mimetype) {
|
||||||
$this->mimetype = $mimetype;
|
$this->mimetype = $mimetype;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue