@@ -783,6 +783,9 @@ |
||
783 | 783 | 'zmm' => 'application/vnd.handheld-entertainment+xml', |
784 | 784 | ]; |
785 | 785 | |
786 | + /** |
|
787 | + * @return \allejo\stakx\Document\StaticPageView |
|
788 | + */ |
|
786 | 789 | public static function getMimeType($extension) |
787 | 790 | { |
788 | 791 | return isset(self::$mimes[$extension]) ? self::$mimes[$extension] : null; |