objectManager: Support purging rejected entries
This commit is contained in:
committed by
Chris Morgan
parent
5db7f0f7fb
commit
70e4306e2b
@@ -173,6 +173,16 @@ class testData_queue
|
||||
return testData::allowAnonymousSubmissions();
|
||||
}
|
||||
|
||||
function objectAllowPurgingRejected()
|
||||
{
|
||||
return $this->oTestData->objectAllowPurgingRejected();
|
||||
}
|
||||
|
||||
public function objectGetSubmitTime()
|
||||
{
|
||||
return $this->oTestData->objectGetSubmitTime();
|
||||
}
|
||||
|
||||
function objectGetItemsPerPage($bQueued = false)
|
||||
{
|
||||
return testData::objectGetItemsPerPage($bQueued);
|
||||
|
||||
Reference in New Issue
Block a user