]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice.php
Rewriting code for notice representation
[quix0rs-gnu-social.git] / classes / Notice.php
index 4bd117b8375fbff470bf5405a837fe2e1aafeaf4..258652639af3836997bb550e64b538d1539c3def 100644 (file)
@@ -268,6 +268,11 @@ class Notice extends Managed_DataObject
         }
         return $title;
     }
+    
+    public function getContent()
+    {
+        return $this->content;
+    }
 
     /*
      * Get the original representation URL of this notice.