Add objectGetChildren() method to classes without child objects
This commit is contained in:
committed by
WineHQ
parent
3c6340e581
commit
faf7d9bb19
@@ -499,6 +499,11 @@ class Url {
|
||||
return $sReturn;
|
||||
}
|
||||
|
||||
function objectGetChildren()
|
||||
{
|
||||
return array();
|
||||
}
|
||||
|
||||
// if a url lacks "://" assume the url is an http one
|
||||
// and prepend "http://"
|
||||
function normalize($sTheUrl)
|
||||
|
||||
Reference in New Issue
Block a user