From 7834e67583965da5304f85741a179ce8c057ec92 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Mon, 12 Oct 2015 17:16:13 +0200 Subject: [PATCH] Just a functionifying of Notice->rendered --- classes/Notice.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/classes/Notice.php b/classes/Notice.php index 5c7d9f1026..2725d6c724 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -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. * -- 2.39.5