objectManager: Support purging rejected entries

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-11-05 18:38:06 +01:00
committed by Chris Morgan
parent 5db7f0f7fb
commit 70e4306e2b
8 changed files with 184 additions and 11 deletions

View File

@@ -1180,6 +1180,16 @@ class Application {
return FALSE;
}
function objectAllowPurgingRejected()
{
return TRUE;
}
public function objectGetSubmitTime()
{
return mysqltimestamp_to_unixtimestamp($this->sSubmitTime);
}
public function objectGetId()
{
return $this->iAppId;