Use mustBeQueued() to determine unqueueing in objectManager
This commit is contained in:
committed by
WineHQ
parent
3dc453112a
commit
8cf53f1679
@@ -97,6 +97,11 @@ class testData_queue
|
||||
return $this->oTestData->canEdit();
|
||||
}
|
||||
|
||||
function mustBeQueued()
|
||||
{
|
||||
return $this->oTestData->mustBeQueued();
|
||||
}
|
||||
|
||||
function objectDisplayAddItemHelp()
|
||||
{
|
||||
$this->oTestData->objectDisplayAddItemHelp();
|
||||
|
||||
Reference in New Issue
Block a user