FOSSology  4.4.0
Open Source License Compliance by Open Source Software
Fossology\ReportImport\ReportImportDataItem Class Reference
Collaboration diagram for Fossology\ReportImport\ReportImportDataItem:
Collaboration graph

Public Member Functions

 __construct ($licenseId)
 
 setCustomText ($customText)
 
 setLicenseCandidate ($name, $text, $spdxCompatible)
 
 getLicenseId ()
 
 isSetCustomText ()
 
 getCustomText ()
 
 getComment ()
 
 isSetLicenseCandidate ()
 
 getLicenseCandidate ()
 

Protected Attributes

 $licenseId
 
 $customText = NULL
 
 $comment = ""
 

Private Attributes

 $licenseCandidate = NULL
 

Detailed Description

Definition at line 11 of file ReportImportDataItem.php.

Member Function Documentation

◆ getComment()

Fossology\ReportImport\ReportImportDataItem::getComment ( )
Returns
string

Definition at line 81 of file ReportImportDataItem.php.

◆ getCustomText()

Fossology\ReportImport\ReportImportDataItem::getCustomText ( )
Returns
string

Definition at line 73 of file ReportImportDataItem.php.

◆ getLicenseCandidate()

Fossology\ReportImport\ReportImportDataItem::getLicenseCandidate ( )
Returns
License

Definition at line 97 of file ReportImportDataItem.php.

◆ getLicenseId()

Fossology\ReportImport\ReportImportDataItem::getLicenseId ( )
Returns
string

Definition at line 57 of file ReportImportDataItem.php.

◆ isSetCustomText()

Fossology\ReportImport\ReportImportDataItem::isSetCustomText ( )
Returns
bool

Definition at line 65 of file ReportImportDataItem.php.

◆ isSetLicenseCandidate()

Fossology\ReportImport\ReportImportDataItem::isSetLicenseCandidate ( )
Returns
bool

Definition at line 89 of file ReportImportDataItem.php.

◆ setLicenseCandidate()

Fossology\ReportImport\ReportImportDataItem::setLicenseCandidate (   $name,
  $text,
  $spdxCompatible 
)
Parameters
$name
$text
bool$spdxCompatible
Returns
$this

Definition at line 39 of file ReportImportDataItem.php.


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