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