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

View 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.
*