Add objectGetChildren() method to classes without child objects
This commit is contained in:
committed by
WineHQ
parent
3c6340e581
commit
faf7d9bb19
@@ -1079,6 +1079,12 @@ class testData{
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
function objectGetChildren()
|
||||
{
|
||||
/* We have none */
|
||||
return array();
|
||||
}
|
||||
|
||||
function objectDisplayAddItemHelp()
|
||||
{
|
||||
echo "<p>This is the screen for inputing test information so that others ";
|
||||
|
||||
Reference in New Issue
Block a user