Just a functionifying of Notice->rendered

This commit is contained in:
Mikael Nordfeldth 2015-10-12 17:16:13 +02:00
parent 297d68f36c
commit 7834e67583
1 changed files with 5 additions and 0 deletions

View File

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