From 15837d7775ed5f3f139bc44b5df315fac9c30d09 Mon Sep 17 00:00:00 2001 From: Matt Peel Date: Fri, 26 Oct 2007 05:51:47 +0000 Subject: [PATCH] Tidied up file endings and spaces between methods git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@43894 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- api/RSSFeed.php | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/api/RSSFeed.php b/api/RSSFeed.php index 791e30bd8..8470e7304 100755 --- a/api/RSSFeed.php +++ b/api/RSSFeed.php @@ -1,5 +1,4 @@ etag = $etag; } - /** * Include an link to the feed * @@ -121,7 +118,6 @@ class RSSFeed extends ViewableData { '" href="' . $url . '" />'); } - /** * Get the RSS feed entries * @@ -137,7 +133,6 @@ class RSSFeed extends ViewableData { return $output; } - /** * Get the title of thisfeed * @@ -147,7 +142,6 @@ class RSSFeed extends ViewableData { return $this->title; } - /** * Get the URL of this feed * @@ -157,7 +151,6 @@ class RSSFeed extends ViewableData { return Director::absoluteURL($this->link); } - /** * Get the description of this feed * @@ -167,7 +160,6 @@ class RSSFeed extends ViewableData { return $this->description; } - /** * Output the feed to the browser */ @@ -187,8 +179,6 @@ class RSSFeed extends ViewableData { } } - - /** * RSSFeed_Entry class * @@ -226,7 +216,6 @@ class RSSFeed_Entry extends ViewableData { */ protected $authorField; - /** * Create a new RSSFeed entry. */ @@ -238,7 +227,6 @@ class RSSFeed_Entry extends ViewableData { $this->authorField = $authorField; } - /** * Get the description of this entry * @@ -249,7 +237,6 @@ class RSSFeed_Entry extends ViewableData { return $this->failover->obj($this->titleField); } - /** * Get the description of this entry * @@ -260,7 +247,6 @@ class RSSFeed_Entry extends ViewableData { return $this->failover->obj($this->descriptionField); } - /** * Get the author of this entry * @@ -271,7 +257,6 @@ class RSSFeed_Entry extends ViewableData { return $this->failover->obj($this->authorField); } - /** * Get a link to this entry * @@ -281,6 +266,4 @@ class RSSFeed_Entry extends ViewableData { return $this->failover->AbsoluteLink(); } } - - ?> \ No newline at end of file