FOSSology  4.4.0
Open Source License Compliance by Open Source Software
Fossology\UI\Api\Models\BulkHistory Class Reference
Collaboration diagram for Fossology\UI\Api\Models\BulkHistory:
Collaboration graph

Public Member Functions

 __construct ($bulkId, $clearingEventId, $text, $matched, $tried, $addedLicenses, $removedLicenses)
 
 getBulkId ()
 
 getClearingEventId ()
 
 getText ()
 
 getMatched ()
 
 getTried ()
 
 getAddedLicenses ()
 
 getRemovedLicenses ()
 
 setBulkId ($bulkId)
 
 setClearingEventId ($clearingEventId)
 
 setText ($text)
 
 setMatched ($matched)
 
 setTried ($tried)
 
 setAddedLicenses ($addedLicenses)
 
 setRemovedLicenses ($removedLicenses)
 
 getArray ()
 

Private Attributes

 $bulkId
 
 $clearingEventId
 
 $text
 
 $matched
 
 $tried
 
 $addedLicenses
 
 $removedLicenses
 

Detailed Description

Definition at line 12 of file BulkHistory.php.

Constructor & Destructor Documentation

◆ __construct()

Fossology\UI\Api\Models\BulkHistory::__construct (   $bulkId,
  $clearingEventId,
  $text,
  $matched,
  $tried,
  $addedLicenses,
  $removedLicenses 
)

BulkHistory constructor.

Parameters
int$bulkId
int$clearingEventId
string$text
boolean$matched
boolean$tried
array$addedLicenses
array$removedLicenses

Definition at line 61 of file BulkHistory.php.


The documentation for this class was generated from the following file: