Merge pull request #24072 from frederic34/patch-8

doc
This commit is contained in:
Laurent Destailleur 2023-03-02 13:44:36 +01:00 committed by GitHub
commit f0e6e8de4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,11 @@ abstract class CommonDocGenerator
*/
public $format;
/**
* @var string pdf, odt, etc
*/
public $type;
public $page_hauteur;
public $page_largeur;
public $marge_gauche;