Use a function to getCreated()

This commit is contained in:
Mikael Nordfeldth 2016-01-18 17:03:37 +01:00
parent c1655c2c0f
commit 11b925c4ca
1 changed files with 5 additions and 0 deletions

View File

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