Model to hold analysis settings.
More...
Model to hold analysis settings.
Definition at line 30 of file Analysis.php.
Fossology\UI\Api\Models\Analysis::__construct |
( |
|
$bucket = false , |
|
|
|
$copyright = false , |
|
|
|
$ecc = false , |
|
|
|
$keyword = false , |
|
|
|
$mimetype = false , |
|
|
|
$monk = false , |
|
|
|
$nomos = false , |
|
|
|
$ojo = false , |
|
|
|
$pkgagent = false |
|
) |
| |
Analysis constructor.
- Parameters
-
boolean | $bucket | |
boolean | $copyright | |
boolean | $ecc | |
boolean | $keyword | |
boolean | $mime | |
boolean | $monk | |
boolean | $nomos | |
boolean | $ojo | |
boolean | $package | |
Definition at line 90 of file Analysis.php.
Fossology\UI\Api\Models\Analysis::getArray |
( |
| ) |
|
Get the object as an associative array
- Returns
- array
Definition at line 333 of file Analysis.php.
Fossology\UI\Api\Models\Analysis::getBucket |
( |
| ) |
|
Fossology\UI\Api\Models\Analysis::getCopyright |
( |
| ) |
|
Fossology\UI\Api\Models\Analysis::getEcc |
( |
| ) |
|
Fossology\UI\Api\Models\Analysis::getKeyword |
( |
| ) |
|
Fossology\UI\Api\Models\Analysis::getMime |
( |
| ) |
|
Fossology\UI\Api\Models\Analysis::getMonk |
( |
| ) |
|
Fossology\UI\Api\Models\Analysis::getNomos |
( |
| ) |
|
Fossology\UI\Api\Models\Analysis::getOjo |
( |
| ) |
|
Fossology\UI\Api\Models\Analysis::getPackage |
( |
| ) |
|
Fossology\UI\Api\Models\Analysis::setBucket |
( |
|
$bucket | ) |
|
Fossology\UI\Api\Models\Analysis::setCopyright |
( |
|
$copyright | ) |
|
Fossology\UI\Api\Models\Analysis::setEcc |
( |
|
$ecc | ) |
|
Fossology\UI\Api\Models\Analysis::setKeyword |
( |
|
$keyword | ) |
|
Fossology\UI\Api\Models\Analysis::setMime |
( |
|
$mime | ) |
|
Fossology\UI\Api\Models\Analysis::setMonk |
( |
|
$monk | ) |
|
Fossology\UI\Api\Models\Analysis::setNomos |
( |
|
$nomos | ) |
|
Fossology\UI\Api\Models\Analysis::setOjo |
( |
|
$ojo | ) |
|
Fossology\UI\Api\Models\Analysis::setPackage |
( |
|
$package | ) |
|
Fossology\UI\Api\Models\Analysis::setUsingArray |
( |
|
$analysisArray | ) |
|
Set the values of Analysis based on associative array
- Parameters
-
array | $analysisArray | Associative boolean array |
- Returns
- Analysis Current object
Definition at line 109 of file Analysis.php.
Fossology\UI\Api\Models\Analysis::setUsingString |
( |
|
$analysisString | ) |
|
Set the values of Analysis based on string from DB
- Parameters
-
array | $analysisString | String from DB settings |
- Returns
- Analysis Current object
Definition at line 151 of file Analysis.php.
boolean Fossology\UI\Api\Models\Analysis::$bucket |
|
private |
Whether to schedule bucket agent or not
Definition at line 36 of file Analysis.php.
boolean Fossology\UI\Api\Models\Analysis::$copyright |
|
private |
Whether to schedule copyright agent or not
Definition at line 41 of file Analysis.php.
boolean Fossology\UI\Api\Models\Analysis::$ecc |
|
private |
Whether to schedule ecc agent or not
Definition at line 46 of file Analysis.php.
boolean Fossology\UI\Api\Models\Analysis::$keyword |
|
private |
Whether to schedule keyword agent or not
Definition at line 51 of file Analysis.php.
boolean Fossology\UI\Api\Models\Analysis::$mimetype |
|
private |
Whether to schedule mime type agent or not
Definition at line 56 of file Analysis.php.
boolean Fossology\UI\Api\Models\Analysis::$monk |
|
private |
Whether to schedule monk agent or not
Definition at line 61 of file Analysis.php.
boolean Fossology\UI\Api\Models\Analysis::$nomos |
|
private |
Whether to schedule nomos agent or not
Definition at line 66 of file Analysis.php.
boolean Fossology\UI\Api\Models\Analysis::$ojo |
|
private |
Whether to schedule ojo agent or not
Definition at line 71 of file Analysis.php.
boolean Fossology\UI\Api\Models\Analysis::$pkgagent |
|
private |
Whether to schedule package agent or not
Definition at line 76 of file Analysis.php.
The documentation for this class was generated from the following file: