Use a function to getCreated()
This commit is contained in:
parent
c1655c2c0f
commit
11b925c4ca
|
@ -272,6 +272,11 @@ class Notice extends Managed_DataObject
|
|||
return $this->rendered;
|
||||
}
|
||||
|
||||
public function getCreated()
|
||||
{
|
||||
return $this->created;
|
||||
}
|
||||
|
||||
/*
|
||||
* Get the original representation URL of this notice.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user