Sindbad~EG File Manager

Current Path : /proc/142261/cwd/plugins/webp-converter-for-media/src/Conversion/Format/
Upload File :
Current File : //proc/142261/cwd/plugins/webp-converter-for-media/src/Conversion/Format/WebpFormat.php

<?php

namespace WebpConverter\Conversion\Format;

/**
 * Supports WebP as output format for images.
 */
class WebpFormat extends FormatAbstract {

	const FORMAT_EXTENSION = 'webp';

	/**
	 * {@inheritdoc}
	 */
	public function get_extension(): string {
		return self::FORMAT_EXTENSION;
	}

	/**
	 * {@inheritdoc}
	 */
	public function get_mime_type(): string {
		return 'image/webp';
	}

	/**
	 * {@inheritdoc}
	 */
	public function get_label(): string {
		return 'WebP';
	}
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists