Documentation

MetadataGuiHTMLHelper
in package

Description of MetadataGuiHTMLHelper

Tags
author

norbertczirjak

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
string

createHeader()

Create the Header for the HTML table

private createHeader() : string
Return values
string

createRows()

fetch the table rows

private createRows(array<string|int, mixed> $data) : string
Parameters
$data : array<string|int, mixed>
Return values
string

        
On this page

Search results