Update commondocgenerator.class.php

This commit is contained in:
Frédéric FRANCE 2023-02-01 22:14:37 +01:00 committed by GitHub
parent 941a73411b
commit ac5b95b555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,16 @@ abstract class CommonDocGenerator
*/
public $scandir;
/**
* @var string model name
*/
public $name;
/**
* @var string model description (short text)
*/
public $description;
/**
* @var array
*/