PHP Class ODTTable

Show file Open project: openeyes/openeyes

Protected Properties

Property Type Description
$data array

Public Methods

Method Description
__construct ( $tableName )
addRow ( $row )
createCell ( )
createRow ( )
fillData ( $tableData )
getData ( )
getObjType ( )
setCellData ( $row, $col, $cellData )
setRowData ( $row, $rowData )

Method Details

__construct() public method

public __construct ( $tableName )

addRow() public method

public addRow ( $row )

createCell() public method

public createCell ( )

createRow() public method

public createRow ( )

fillData() public method

public fillData ( $tableData )

getData() public method

public getData ( )

getObjType() public method

public getObjType ( )

setCellData() public method

public setCellData ( $row, $col, $cellData )

setRowData() public method

public setRowData ( $row, $rowData )

Property Details

$data protected property

protected array $data
return array