FOSSology  3.2.0rc1
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)
 
- Static Public Member Functions inherited from Fossology\Lib\Data\Upload\Upload
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 23 of file UploadProgress.php.

Constructor & Destructor Documentation

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 54 of file UploadProgress.php.

Member Function Documentation

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

Definition at line 38 of file UploadProgress.php.

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

Definition at line 75 of file UploadProgress.php.

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

Definition at line 100 of file UploadProgress.php.

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

Definition at line 67 of file UploadProgress.php.

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

Definition at line 83 of file UploadProgress.php.

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

Definition at line 91 of file UploadProgress.php.


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