add comment

This commit is contained in:
atm-greg 2022-04-04 17:23:34 +02:00
parent 2455d8fe52
commit ad145c94ca

View File

@ -125,6 +125,7 @@ abstract class CommonObject
/**
* @var boolean is linkedObjects full loaded. Loaded by ->fetchObjectLinked
* important for pdf generation time reduction
*/
public $linkedObjectsFullLoaded = false;