FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Public Member Functions | |
__construct ($data, $highlights) | |
setData ($data) | |
setHighlights ($highlights) | |
getData () | |
getHighlights () | |
getJSON () | |
getHighlightsArray () | |
getArray ($dataType='licenses') | |
Private Attributes | |
$data | |
$highlights | |
Definition at line 17 of file OneShot.php.
Fossology\UI\Api\Models\OneShot::__construct | ( | $data, | |
$highlights | |||
) |
OneShot constructor.
Definition at line 35 of file OneShot.php.
Fossology\UI\Api\Models\OneShot::getArray | ( | $dataType = 'licenses' | ) |
Get the OneShot object as associative array
Definition at line 101 of file OneShot.php.
Fossology\UI\Api\Models\OneShot::getData | ( | ) |
Definition at line 64 of file OneShot.php.
Fossology\UI\Api\Models\OneShot::getHighlights | ( | ) |
Definition at line 72 of file OneShot.php.
Fossology\UI\Api\Models\OneShot::getHighlightsArray | ( | ) |
Definition at line 88 of file OneShot.php.
Fossology\UI\Api\Models\OneShot::getJSON | ( | ) |
Definition at line 80 of file OneShot.php.
Fossology\UI\Api\Models\OneShot::setData | ( | $data | ) |
mixed | $data |
Definition at line 46 of file OneShot.php.
Fossology\UI\Api\Models\OneShot::setHighlights | ( | $highlights | ) |
Highlight[] | $highlights |
Definition at line 54 of file OneShot.php.