Make objectGetTableRow() return a TableRow class instance. Added accessors to set the
appropriate parameters in the TableRow class. Removed some unused parameters from the TableRow class.
This commit is contained in:
@@ -957,7 +957,11 @@ class testData{
|
||||
($bHasMaintainer ? "YES" : "no"),
|
||||
$this->sTestedRating);
|
||||
|
||||
return array($aCells, $this->sTestedRating, true, null);
|
||||
$oTableRow = new TableRow($aCells);
|
||||
$oTableRow->SetStyle($this->sTestedRating);
|
||||
$oTableRow->SetRowHasDeleteLink(true);
|
||||
|
||||
return $oTableRow;
|
||||
}
|
||||
|
||||
function canEdit()
|
||||
|
||||
Reference in New Issue
Block a user