FOSSology  4.4.0
Open Source License Compliance by Open Source Software
Fossology\Lib\Data\Upload\UploadProgress Class Reference
Inheritance diagram for Fossology\Lib\Data\Upload\UploadProgress:
Inheritance graph
Collaboration diagram for Fossology\Lib\Data\Upload\UploadProgress:
Collaboration graph

Public Member Functions

 __construct ($id, $filename, $description, $treeTableName, $timestamp, $groupId, $assignee, $status, $comment)
 
 getGroupId ()
 
 getAssignee ()
 
 getStatusId ()
 
 getStatusString ()
 
 getComment ()
 
- Public Member Functions inherited from Fossology\Lib\Data\Upload\Upload
 __construct ($id, $filename, $description, $treeTableName, $timestamp)
 
 getDescription ()
 
 getFilename ()
 
 getId ()
 
 getTreeTableName ()
 
 getTimestamp ()
 

Static Public Member Functions

static createFromTable ($row)
 

Protected Attributes

 $groupId
 
 $assignee
 
 $status
 
 $comment
 
- Protected Attributes inherited from Fossology\Lib\Data\Upload\Upload
 $id
 
 $filename
 
 $description
 
 $treeTableName
 
 $timestamp
 

Detailed Description

Definition at line 12 of file UploadProgress.php.

Constructor & Destructor Documentation

◆ __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.

Member Function Documentation

◆ createFromTable()

static Fossology\Lib\Data\Upload\UploadProgress::createFromTable (   $row)
static
Parameters
$row
Returns
Upload

Reimplemented from Fossology\Lib\Data\Upload\Upload.

Definition at line 27 of file UploadProgress.php.

◆ getAssignee()

Fossology\Lib\Data\Upload\UploadProgress::getAssignee ( )
Returns
int

Definition at line 64 of file UploadProgress.php.

◆ getComment()

Fossology\Lib\Data\Upload\UploadProgress::getComment ( )
Returns
string

Definition at line 89 of file UploadProgress.php.

◆ getGroupId()

Fossology\Lib\Data\Upload\UploadProgress::getGroupId ( )
Returns
int

Definition at line 56 of file UploadProgress.php.

◆ getStatusId()

Fossology\Lib\Data\Upload\UploadProgress::getStatusId ( )
Returns
int

Definition at line 72 of file UploadProgress.php.

◆ getStatusString()

Fossology\Lib\Data\Upload\UploadProgress::getStatusString ( )
Returns
string

Definition at line 80 of file UploadProgress.php.


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