MetadataGuiHTMLHelper
in package
Description of MetadataGuiHTMLHelper
Tags
Table of Contents
Methods
- fetchHtmlContent() : string
- Fetch the whole table
- createHeader() : string
- Create the Header for the HTML table
- createRows() : string
- fetch the table rows
Methods
fetchHtmlContent()
Fetch the whole table
public
fetchHtmlContent(array<string|int, mixed> $data) : string
Parameters
- $data : array<string|int, mixed>
Return values
stringcreateHeader()
Create the Header for the HTML table
private
createHeader() : string
Return values
stringcreateRows()
fetch the table rows
private
createRows(array<string|int, mixed> $data) : string
Parameters
- $data : array<string|int, mixed>