forked from leftypol/leftypol
MediaHandler.php: remove output mime parameter
This commit is contained in:
parent
3cddb0272b
commit
f7d5724fed
1 changed files with 0 additions and 3 deletions
|
@ -55,7 +55,6 @@ interface MediaHandler {
|
||||||
mixed $handle,
|
mixed $handle,
|
||||||
string $media_preferred_out_file_basepath,
|
string $media_preferred_out_file_basepath,
|
||||||
string $preferred_out_file_basepath,
|
string $preferred_out_file_basepath,
|
||||||
string $thumb_preferred_out_mime,
|
|
||||||
int $thumb_max_width,
|
int $thumb_max_width,
|
||||||
int $thumb_max_height
|
int $thumb_max_height
|
||||||
): MediaInstallResult;
|
): MediaInstallResult;
|
||||||
|
@ -65,7 +64,6 @@ interface MediaHandler {
|
||||||
*
|
*
|
||||||
* @param mixed $handle An opaque handle obtained from {@link openHandle}.
|
* @param mixed $handle An opaque handle obtained from {@link openHandle}.
|
||||||
* @param string $preferred_out_file_basepath Desired path of the output file, WITHOUT extension.
|
* @param string $preferred_out_file_basepath Desired path of the output file, WITHOUT extension.
|
||||||
* @param string $preferred_out_mime
|
|
||||||
* @param int $max_width
|
* @param int $max_width
|
||||||
* @param int $max_height
|
* @param int $max_height
|
||||||
* @return ThumbGenerationResult
|
* @return ThumbGenerationResult
|
||||||
|
@ -74,7 +72,6 @@ interface MediaHandler {
|
||||||
public function generateThumb(
|
public function generateThumb(
|
||||||
mixed $handle,
|
mixed $handle,
|
||||||
string $preferred_out_file_basepath,
|
string $preferred_out_file_basepath,
|
||||||
string $preferred_out_mime,
|
|
||||||
int $max_width,
|
int $max_width,
|
||||||
int $max_height
|
int $max_height
|
||||||
): ThumbGenerationResult;
|
): ThumbGenerationResult;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue