restore comments
This commit is contained in:
parent
15d249cd4b
commit
bf03d88fe8
@ -93,6 +93,7 @@ class Workstation extends CommonObject
|
|||||||
* Note: To have value dynamic, you can set value to 0 in definition and edit the value on the fly into the constructor.
|
* Note: To have value dynamic, you can set value to 0 in definition and edit the value on the fly into the constructor.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// BEGIN MODULEBUILDER PROPERTIES
|
||||||
/**
|
/**
|
||||||
* @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor.
|
* @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor.
|
||||||
*/
|
*/
|
||||||
@ -129,6 +130,7 @@ class Workstation extends CommonObject
|
|||||||
public $nb_operators_required;
|
public $nb_operators_required;
|
||||||
public $thm_operator_estimated;
|
public $thm_operator_estimated;
|
||||||
public $thm_machine_estimated;
|
public $thm_machine_estimated;
|
||||||
|
// END MODULEBUILDER PROPERTIES
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int[] array of ID
|
* @var int[] array of ID
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user