]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Just a functionifying of Notice->rendered
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 12 Oct 2015 15:16:13 +0000 (17:16 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 12 Oct 2015 15:16:13 +0000 (17:16 +0200)
classes/Notice.php

index 5c7d9f10262701ace66b02237ed1fffb4bbcf3c9..2725d6c72441d95769aa75caaef15abe5755bf6e 100644 (file)
@@ -257,6 +257,11 @@ class Notice extends Managed_DataObject
         return $this->content;
     }
 
+    public function getRendered()
+    {
+        return $this->rendered;
+    }
+
     /*
      * Get the original representation URL of this notice.
      *