You are here

public function FeedsEnclosure::getMIMEType in Feeds 6

Same name and namespace in other branches
  1. 7.2 plugins/FeedsParser.inc \FeedsEnclosure::getMIMEType()
  2. 7 plugins/FeedsParser.inc \FeedsEnclosure::getMIMEType()

Return value

MIME type of return value of getValue().

1 method overrides FeedsEnclosure::getMIMEType()
FeedsSimplePieEnclosure::getMIMEType in plugins/FeedsSimplePieParser.inc
Override parent::getMIMEType().

File

plugins/FeedsParser.inc, line 241

Class

FeedsEnclosure
Enclosure element, can be part of the result array.

Code

public function getMIMEType() {
  return $this->mime_type;
}