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

Public Member Functions

 __construct ($id, $name, $uploads)
 
 getId ()
 
 getName ()
 
 getUploads ()
 

Private Attributes

 $id
 
 $name
 
 $uploads
 

Detailed Description

Definition at line 12 of file Package.php.

Constructor & Destructor Documentation

◆ __construct()

Fossology\Lib\Data\Package\Package::__construct (   $id,
  $name,
  $uploads 
)
Parameters
int$id
string$name
Upload[]$uploads

Definition at line 29 of file Package.php.

Member Function Documentation

◆ getId()

Fossology\Lib\Data\Package\Package::getId ( )
Returns
int

Definition at line 39 of file Package.php.

◆ getName()

Fossology\Lib\Data\Package\Package::getName ( )
Returns
string

Definition at line 47 of file Package.php.

◆ getUploads()

Fossology\Lib\Data\Package\Package::getUploads ( )
Returns
Upload[]

Definition at line 55 of file Package.php.


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