* Finish task #36345.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
class bug extends control
|
||||
{
|
||||
public $products = array();
|
||||
public $products = array();
|
||||
|
||||
public $projectID = 0;
|
||||
|
||||
|
||||
@@ -13,6 +13,14 @@ class caselib extends control
|
||||
{
|
||||
public $products = array();
|
||||
|
||||
/**
|
||||
* Construct function.
|
||||
*
|
||||
* @param string $moduleName
|
||||
* @param string $methodName
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function __construct($moduleName = '', $methodName = '')
|
||||
{
|
||||
parent::__construct($moduleName, $methodName);
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
*/
|
||||
class testcase extends control
|
||||
{
|
||||
public $products = array();
|
||||
public $products = array();
|
||||
|
||||
public $projectID = 0;
|
||||
|
||||
/**
|
||||
|
||||
@@ -13,6 +13,14 @@ class testsuite extends control
|
||||
{
|
||||
public $products = array();
|
||||
|
||||
/**
|
||||
* Construct function.
|
||||
*
|
||||
* @param string $moduleName
|
||||
* @param string $methodName
|
||||
* @access public
|
||||
* @return void
|
||||
*/
|
||||
public function __construct($moduleName = '', $methodName = '')
|
||||
{
|
||||
parent::__construct($moduleName, $methodName);
|
||||
|
||||
@@ -11,7 +11,8 @@
|
||||
*/
|
||||
class testtask extends control
|
||||
{
|
||||
public $products = array();
|
||||
public $products = array();
|
||||
|
||||
public $projectID = 0;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user