aboutsummaryrefslogtreecommitdiffstats
path: root/includes/changes/ChannelFeed.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/changes/ChannelFeed.php')
-rw-r--r--includes/changes/ChannelFeed.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/changes/ChannelFeed.php b/includes/changes/ChannelFeed.php
index 80d2db75bbd3..10fd90dda3bb 100644
--- a/includes/changes/ChannelFeed.php
+++ b/includes/changes/ChannelFeed.php
@@ -24,6 +24,7 @@
/**
* Class to support the outputting of syndication feeds in Atom and RSS format.
*
+ * @stable for subclassing
* @ingroup Feed
*/
abstract class ChannelFeed extends FeedItem {
@@ -32,12 +33,15 @@ abstract class ChannelFeed extends FeedItem {
protected $templateParser;
/**
+ * @stable for calling
+ *
* @param string|Title $title Feed's title
* @param string $description
* @param string $url URL uniquely designating the feed.
* @param string $date Feed's date
* @param string $author Author's user name
* @param string $comments
+ *
*/
public function __construct(
$title, $description, $url, $date = '', $author = '', $comments = ''