Ejemplo n.º 1
0
 public function detectFromFilename($filename)
 {
     $metadata = new Metadata();
     $metadata->set(Metadata::RESOURCE_NAME_KEY, $filename);
     return $this->normalizeInternetMediaType($this->detector->detect($this->internetMediaTypeParser, null, $metadata));
 }