![]() |
FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|


Public Member Functions | |
| __construct ($uploadId, $agentNames=array('nomos','monk'), $dbViewName='latest_scanner', $andEnabled="AND agent_enabled") | |
| materialize () | |
| getNameToIdMap () | |
| create temp table | |
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 | ARS_SUFFIX = '_ars' |
Private Attributes | |
| $uploadId | |
| $columns = 'agent_pk, agent_name' | |
Additional Inherited Members | |
Protected Attributes inherited from Fossology\Lib\Proxy\DbViewProxy | |
| $dbViewName | |
| $dbViewQuery | |
| $materialized = false | |
Definition at line 21 of file LatestScannerProxy.php.
| Fossology\Lib\Proxy\LatestScannerProxy::__construct | ( | $uploadId, | |
$agentNames = array('nomos','monk'), |
|||
$dbViewName = 'latest_scanner', |
|||
$andEnabled = "AND agent_enabled" |
|||
| ) |
| int | string | $uploadId | |
| array | $agentNames | used to determine the ars tables |
| string | $dbViewName | |
| string | $andEnabled |
Definition at line 37 of file LatestScannerProxy.php.