TYPO3 CMS  TYPO3_6-2
FileInfo.php
Go to the documentation of this file.
1 <?php
3 
18 
22 class FileInfo extends \SplFileInfo implements TypeInterface {
23 
29  public function getMimeType(){
30 
31  // @todo will be implemented in issue #60019
32  }
33 
34 }