add var def in commondocgenerator

This commit is contained in:
Frédéric FRANCE 2021-02-09 08:35:22 +01:00
parent 898bf55202
commit 266b217675
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -55,6 +55,11 @@ abstract class CommonDocGenerator
*/
public $extrafieldsCache;
/**
* @var int If set to 1, save the fullname of generated file with path as the main doc when generating a doc with this template.
*/
public $update_main_doc_field;
/**
* Constructor
*