Debug v16

This commit is contained in:
Laurent Destailleur
2022-05-18 13:37:49 +02:00
parent 8c14f42d60
commit 3afeb16227
4 changed files with 44 additions and 16 deletions

View File

@@ -115,6 +115,11 @@ abstract class CommonObject
*/
public $array_languages = null; // Value is array() when load already tried
/**
* @var mixed Array of linked objects, set and used when calling ->create() to be able to create links during the creation of object
*/
public $linked_objects;
/**
* @var int[][] Array of linked objects ids. Loaded by ->fetchObjectLinked
*/