* Finish task #36356.
This commit is contained in:
@@ -11,8 +11,20 @@
|
||||
*/
|
||||
class testtask extends control
|
||||
{
|
||||
/**
|
||||
* All products.
|
||||
*
|
||||
* @var array
|
||||
* @access public
|
||||
*/
|
||||
public $products = array();
|
||||
|
||||
/**
|
||||
* Project id.
|
||||
*
|
||||
* @var int
|
||||
* @access public
|
||||
*/
|
||||
public $projectID = 0;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user