Php5 improvements to table code. Add some accessor methods to classes so we can make class variables private.
This commit is contained in:
@@ -1074,7 +1074,7 @@ class testData{
|
||||
$oTableRow->SetClass($this->sTestedRating);
|
||||
|
||||
$oOMTableRow = new OMTableRow($oTableRow);
|
||||
$oOMTableRow->SetRowHasDeleteLink(true);
|
||||
$oOMTableRow->SetHasDeleteLink(true);
|
||||
|
||||
return $oOMTableRow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user