|
| | __construct ($id, $filename, $description, $treeTableName, $timestamp, $groupId, $assignee, $status, $comment) |
| |
| | getGroupId () |
| |
| | getAssignee () |
| |
| | getStatusId () |
| |
| | getStatusString () |
| |
| | getComment () |
| |
| | __construct ($id, $filename, $description, $treeTableName, $timestamp) |
| |
| | getDescription () |
| |
| | getFilename () |
| |
| | getId () |
| |
| | getTreeTableName () |
| |
| | getTimestamp () |
| |
|
|
| $groupId |
| |
|
| $assignee |
| |
|
| $status |
| |
|
| $comment |
| |
|
| $id |
| |
|
| $filename |
| |
|
| $description |
| |
|
| $treeTableName |
| |
|
| $timestamp |
| |
Definition at line 12 of file UploadProgress.php.
◆ __construct()
| Fossology\Lib\Data\Upload\UploadProgress::__construct |
( |
|
$id, |
|
|
|
$filename, |
|
|
|
$description, |
|
|
|
$treeTableName, |
|
|
|
$timestamp, |
|
|
|
$groupId, |
|
|
|
$assignee, |
|
|
|
$status, |
|
|
|
$comment |
|
) |
| |
- Parameters
-
| int | $id | |
| string | $filename | |
| string | $description | |
| string | $treeTableName | |
| int | $timestamp | |
Definition at line 43 of file UploadProgress.php.
◆ createFromTable()
| static Fossology\Lib\Data\Upload\UploadProgress::createFromTable |
( |
|
$row | ) |
|
|
static |
◆ getAssignee()
| Fossology\Lib\Data\Upload\UploadProgress::getAssignee |
( |
| ) |
|
◆ getComment()
| Fossology\Lib\Data\Upload\UploadProgress::getComment |
( |
| ) |
|
◆ getGroupId()
| Fossology\Lib\Data\Upload\UploadProgress::getGroupId |
( |
| ) |
|
◆ getStatusId()
| Fossology\Lib\Data\Upload\UploadProgress::getStatusId |
( |
| ) |
|
◆ getStatusString()
| Fossology\Lib\Data\Upload\UploadProgress::getStatusString |
( |
| ) |
|
The documentation for this class was generated from the following file: