doxygen
This commit is contained in:
parent
8ef9728470
commit
67d05cae1b
@ -88,6 +88,15 @@ class Project extends CommonObject
|
|||||||
public $thirdparty_name; // To store name of thirdparty (defined only in some cases)
|
public $thirdparty_name; // To store name of thirdparty (defined only in some cases)
|
||||||
|
|
||||||
public $user_author_id; //!< Id of project creator. Not defined if shared project.
|
public $user_author_id; //!< Id of project creator. Not defined if shared project.
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int user close id
|
||||||
|
*/
|
||||||
|
public $fk_user_close;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var int user close id
|
||||||
|
*/
|
||||||
public $user_close_id;
|
public $user_close_id;
|
||||||
public $public; //!< Tell if this is a public or private project
|
public $public; //!< Tell if this is a public or private project
|
||||||
public $budget_amount;
|
public $budget_amount;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user