Model holding information about license findings and conclusions.
More...
Model holding information about license findings and conclusions.
Definition at line 17 of file Findings.php.
◆ __construct()
| Fossology\UI\Api\Models\Findings::__construct |
( |
|
$scanner = null, |
|
|
|
$conclusion = null, |
|
|
|
$copyright = null |
|
) |
| |
Findings constructor.
- Parameters
-
| array | $scanner | Licenses found by scanners |
| array | $conclusion | Licenses concluded by users |
| array | $copyright | Copyright for the file |
Definition at line 45 of file Findings.php.
◆ getArray()
| Fossology\UI\Api\Models\Findings::getArray |
( |
| ) |
|
Get the object as associative array
- Returns
- array
Definition at line 123 of file Findings.php.
◆ getConclusion()
| Fossology\UI\Api\Models\Findings::getConclusion |
( |
| ) |
|
◆ getCopyright()
| Fossology\UI\Api\Models\Findings::getCopyright |
( |
| ) |
|
◆ getScanner()
| Fossology\UI\Api\Models\Findings::getScanner |
( |
| ) |
|
◆ setConclusion()
| Fossology\UI\Api\Models\Findings::setConclusion |
( |
|
$conclusion | ) |
|
◆ setCopyright()
| Fossology\UI\Api\Models\Findings::setCopyright |
( |
|
$copyright | ) |
|
◆ setScanner()
| Fossology\UI\Api\Models\Findings::setScanner |
( |
|
$scanner | ) |
|
◆ $conclusion
| array Fossology\UI\Api\Models\Findings::$conclusion |
|
private |
◆ $copyright
| array Fossology\UI\Api\Models\Findings::$copyright |
|
private |
◆ $scanner
| array Fossology\UI\Api\Models\Findings::$scanner |
|
private |
The documentation for this class was generated from the following file: