Prado\Web\Services\IFeedContentProvider::getContentType PHP Method

getContentType() public method

Some examples are: RSS 1.0 feed: application/rdf+xml RSS 2.0 feed: application/rss+xml or application/xml or text/xml ATOM feed: application/atom+xml
Since: 3.1.1
public getContentType ( ) : string
return string the content type for the feed content.
    public function getContentType();