Norbert Penel 2022-05-20 19:32:27 +02:00 committed by GitHub
parent fe0bbbb626
commit b21facc3db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -258,6 +258,12 @@ class Categorie extends CommonObject
*/ */
public $motherof = array(); public $motherof = array();
/**
* @var array Childs
*/
public $childs = array();
/** /**
* Constructor * Constructor
* *