<?phpnamespaceConsolidation\OutputFormatters\StructuredData;interfaceTableDataInterface{/** * Convert structured data into a form suitable for use * by the table formatter. * * @param boolean $includeRowKey Add a field containing the * key from each row. * * @return array */publicfunctiongetTableData($includeRowKey=false);}