objectManager: Support purging rejected entries
This commit is contained in:
committed by
Chris Morgan
parent
5db7f0f7fb
commit
70e4306e2b
@@ -400,6 +400,16 @@ class application_queue
|
||||
return application::allowAnonymousSubmissions();
|
||||
}
|
||||
|
||||
function objectAllowPurgingRejected()
|
||||
{
|
||||
return $this->oApp->objectAllowPurgingRejected();
|
||||
}
|
||||
|
||||
public function objectGetSubmitTime()
|
||||
{
|
||||
return $this->oApp->objectGetSubmitTime();
|
||||
}
|
||||
|
||||
function objectGetId()
|
||||
{
|
||||
return $this->oApp->objectGetId();
|
||||
|
||||
Reference in New Issue
Block a user