Ferreteria/v0.6/clade/IO/O/Data/Element/Branch/grid/Row/@code/removed

From WoozleCodes
Jump to navigation Jump to search
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;
    }