FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Public Member Functions | |
__construct ($page, $tblId, $title=1) | |
parseLicenseTbl () | |
given a fossology license histogram, parse it into license names and Show links. More... | |
Public Attributes | |
$page | |
$hList = array() | |
$noRows = FALSE | |
$emptyTable = FALSE | |
Private Attributes | |
$tableId | |
$title | |
Given a fossology License Broswe page, parse it and return the license table. The rest of the page can be parsed by the browseMenu class.
string | $page | the xhtml page to parse |
add in link fixups and adjust consumers
change the name to parsetable and adjust all consumers
Definition at line 24 of file dom-parseLicenseTable.php.
domParseLicenseTbl::parseLicenseTbl | ( | ) |
given a fossology license histogram, parse it into license names and Show links.
Sets property noRows.
An empty array if no license histogram on that page,
Definition at line 56 of file dom-parseLicenseTable.php.