|
Removed Code
|
This was already commented out when I started drastically rearranging things:
#
// ++ ACCESS: Cells ++ //
public function CellFromDetails(string $sValue, array $arAttr) : iCell {
$oCell = new ($this->CellClass())($this,$sValue,$arAttr);
return $oCell;
}