Just a functionifying of Notice->rendered
This commit is contained in:
parent
297d68f36c
commit
7834e67583
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user