Test more classes with objectManager
This commit is contained in:
committed by
WineHQ
parent
7f397c1dc4
commit
7d6772b5b1
@@ -825,9 +825,15 @@ class Application {
|
||||
return $sResult;
|
||||
}
|
||||
|
||||
function objectMakeUrl()
|
||||
{
|
||||
$sUrl = BASE."appview.php?iAppId=$this->iAppId";
|
||||
return $sUrl;
|
||||
}
|
||||
|
||||
function objectMakeLink()
|
||||
{
|
||||
$sLink = "<a href=\"".BASE."appview.php?iAppId=$this->iAppId\">".
|
||||
$sLink = "<a href=\"".$this->objectMakeUrl()."\">".
|
||||
$this->sName."</a>";
|
||||
return $sLink;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user