maintainerView: Implement objectGetId()
This commit is contained in:
@@ -22,6 +22,11 @@ class maintainerView
|
|||||||
$this->bViewingSelf = false;
|
$this->bViewingSelf = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static function objectGetId()
|
||||||
|
{
|
||||||
|
return $this->iUserId;
|
||||||
|
}
|
||||||
|
|
||||||
function addVersionRatingInfo($oTableRow, $oVersion)
|
function addVersionRatingInfo($oTableRow, $oVersion)
|
||||||
{
|
{
|
||||||
$oTableRow->AddTextCell($oVersion->objectMakeLink());
|
$oTableRow->AddTextCell($oVersion->objectMakeLink());
|
||||||
|
|||||||
Reference in New Issue
Block a user