Update hook.class.php

This commit is contained in:
Laurent Destailleur 2020-12-07 22:28:42 +01:00 committed by GitHub
parent 798e3ba1a3
commit 251cd2d29a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,36 +251,7 @@ class Hook extends CommonObject
*/
public $import_key;
// If this object has a subtable with lines
// /**
// * @var string Name of subtable line
// */
//public $table_element_line = 'hookdet';
// /**
// * @var string Field with ID of parent key if this field has a parent
// */
//public $fk_element = 'fk_hook';
// /**
// * @var string Name of subtable class that manage subtable lines
// */
//public $class_element_line = 'MyObjectline';
// /**
// * @var array Array of child tables (child tables to delete before deleting a record)
// */
//protected $childtables=array('hookdet');
// /**
// * @var MyObjectLine[] Array of subtable lines
// */
//public $lines = array();
/**
* Constructor
*