Add objectGetChildren() method to classes without child objects

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-09-08 22:29:17 +00:00
committed by WineHQ
parent 3c6340e581
commit faf7d9bb19
9 changed files with 50 additions and 0 deletions

View File

@@ -311,6 +311,11 @@ class Note {
return $oManager->makeUrl("view", $this->objectGetId());
}
function objectGetChildren()
{
return array();
}
//TODO: not sure if we want to use sTitle here or what
function objectMakeLink()
{