From 798e3ba1a3e617042c2ce518e9f24d57347fd656 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 7 Dec 2020 22:28:17 +0100 Subject: [PATCH] Update recruitmentcandidature.class.php --- .../class/recruitmentcandidature.class.php | 36 ------------------- 1 file changed, 36 deletions(-) diff --git a/htdocs/recruitment/class/recruitmentcandidature.class.php b/htdocs/recruitment/class/recruitmentcandidature.class.php index e997bfb7a3a..5dad53212c6 100644 --- a/htdocs/recruitment/class/recruitmentcandidature.class.php +++ b/htdocs/recruitment/class/recruitmentcandidature.class.php @@ -153,42 +153,6 @@ class RecruitmentCandidature extends CommonObject // END MODULEBUILDER PROPERTIES - // If this object has a subtable with lines - - // /** - // * @var string Name of subtable line - // */ - // public $table_element_line = 'recruitment_recruitmentcandidatureline'; - - // /** - // * @var string Field with ID of parent key if this object has a parent - // */ - // public $fk_element = 'fk_recruitmentcandidature'; - - // /** - // * @var string Name of subtable class that manage subtable lines - // */ - // public $class_element_line = 'RecruitmentCandidatureline'; - - // /** - // * @var array List of child tables. To test if we can delete object. - // */ - // protected $childtables = array(); - - // /** - // * @var array List of child tables. To know object to delete on cascade. - // * If name matches '@ClassNAme:FilePathClass;ParentFkFieldName' it will - // * call method deleteByParentField(parentId, ParentFkFieldName) to fetch and delete child object - // */ - // protected $childtablesoncascade = array('recruitment_recruitmentcandidaturedet'); - - // /** - // * @var RecruitmentCandidatureLine[] Array of subtable lines - // */ - // public $lines = array(); - - - /** * Constructor *