maintainerView: Implement objectGetId()

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-01-26 18:04:07 +01:00
parent 5608bf0cd2
commit 5d16febfe5

View File

@@ -22,6 +22,11 @@ class maintainerView
$this->bViewingSelf = false;
}
static function objectGetId()
{
return $this->iUserId;
}
function addVersionRatingInfo($oTableRow, $oVersion)
{
$oTableRow->AddTextCell($oVersion->objectMakeLink());