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


Public Member Functions | |
| __construct (ItemTreeBounds $itemTreeBounds, $constraints=array(), $viewSuffix=null) | |
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 | CONDITION_UPLOAD = 1 |
| const | CONDITION_RANGE = 2 |
| const | CONDITION_PLAIN_FILES = 3 |
Static Private Member Functions | |
| static | getUploadTreeView (ItemTreeBounds $itemTreeBounds, $constraints) |
| static | getConstraintsCondition (ItemTreeBounds $itemTreeBounds, $constraints) |
| static | getConstraintCondition (ItemTreeBounds $itemTreeBounds, $constraint) |
Additional Inherited Members | |
Protected Attributes inherited from Fossology\Lib\Proxy\DbViewProxy | |
| $dbViewName | |
| $dbViewQuery | |
| $materialized = false | |
Definition at line 12 of file UploadTreeViewProxy.php.
| Fossology\Lib\Proxy\UploadTreeViewProxy::__construct | ( | ItemTreeBounds | $itemTreeBounds, |
$constraints = array(), |
|||
$viewSuffix = null |
|||
| ) |
| ItemTreeBounds | $itemTreeBounds | |
| array | $constraints | |
| string | $viewSuffix |
Definition at line 23 of file UploadTreeViewProxy.php.
|
staticprivate |
| ItemTreeBounds | $itemTreeBounds | |
| int[] | $constraints |
Definition at line 34 of file UploadTreeViewProxy.php.