Interface IFeedContentProvider
IFeedContentProvider interface.
IFeedContentProvider interface must be implemented by a feed class who provides feed content.
Package: System\Web\Services
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Author: Knut Urdalen <knut.urdalen@gmail.com>
Since: 3.1
Located at Web/Services/TFeedService.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Author: Knut Urdalen <knut.urdalen@gmail.com>
Since: 3.1
Located at Web/Services/TFeedService.php
public
|
#
init(
Initializes the feed content provider. This method is invoked (before |
public
string
|
|
public
string
|
#
getContentType( )
Sets the content type of the feed content to be sent. 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 |