FOSSology  4.4.0
Open Source License Compliance by Open Source Software
Fossology\Lib\Proxy\LicenseViewProxy Class Reference
Inheritance diagram for Fossology\Lib\Proxy\LicenseViewProxy:
Inheritance graph
Collaboration diagram for Fossology\Lib\Proxy\LicenseViewProxy:
Collaboration graph

Public Member Functions

 __construct ($groupId, $options=array(), $dbViewName='license_all')
 
- Public Member Functions inherited from Fossology\Lib\Proxy\DbViewProxy
 __construct ($dbViewQuery, $dbViewName)
 
 getDbViewName ()
 
 materialize ()
 create temp table
 
 unmaterialize ()
 drops temp table
 
 asCTE ()
 Common Table Expressions. More...
 
 getDbViewQuery ()
 

Public Attributes

const CANDIDATE_PREFIX = 'candidatePrefix'
 
const OPT_COLUMNS = 'columns'
 

Private Member Functions

 queryLicenseCandidate ($options)
 
 queryOnlyLicenseRef ($options)
 

Private Attributes

 $groupId
 
 $allColumns
 

Additional Inherited Members

- Protected Attributes inherited from Fossology\Lib\Proxy\DbViewProxy
 $dbViewName
 
 $dbViewQuery
 
 $materialized = false
 

Detailed Description

Definition at line 10 of file LicenseViewProxy.php.

Constructor & Destructor Documentation

◆ __construct()

Fossology\Lib\Proxy\LicenseViewProxy::__construct (   $groupId,
  $options = array(),
  $dbViewName = 'license_all' 
)
Parameters
int$groupId
array$options
string$dbViewName

Definition at line 27 of file LicenseViewProxy.php.

Member Data Documentation

◆ $allColumns

Fossology\Lib\Proxy\LicenseViewProxy::$allColumns
private
Initial value:
= array('rf_pk', 'rf_spdx_id', 'rf_shortname', 'rf_text',
'rf_url', 'rf_add_date', 'rf_copyleft', 'rf_fullname', 'rf_notes',
'marydone', 'rf_active', 'rf_text_updatable', 'rf_md5', 'rf_detector_type',
'rf_source', 'group_fk')

Definition at line 17 of file LicenseViewProxy.php.


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