Php5 improvements to table code. Add some accessor methods to classes so we can make class variables private.

This commit is contained in:
Chris Morgan
2007-09-18 21:22:43 -04:00
parent e0e19c26a7
commit 5c91961d12
6 changed files with 86 additions and 64 deletions

View File

@@ -543,7 +543,7 @@ class distribution {
$bDeleteLink = sizeof($this->aTestingIds) ? FALSE : TRUE;
$oOMTableRow = new OMTableRow($oTableRow);
$oOMTableRow->SetRowHasDeleteLink($bDeleteLink);
$oOMTableRow->SetHasDeleteLink($bDeleteLink);
return $oOMTableRow;
}