diff --git a/htdocs/core/modules/DolibarrModules.class.php b/htdocs/core/modules/DolibarrModules.class.php index f4b3b3eef1f..8e6bd78632d 100644 --- a/htdocs/core/modules/DolibarrModules.class.php +++ b/htdocs/core/modules/DolibarrModules.class.php @@ -7,7 +7,7 @@ * Copyright (C) 2005-2012 Regis Houssin * Copyright (C) 2014 Raphaël Doursenaud * Copyright (C) 2018 Josep Lluís Amador - * Copyright (C) 2019 Frédéric France + * Copyright (C) 2019-2022 Frédéric France * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -180,6 +180,11 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it */ public $error; + /** + * @var string[] Array of Errors messages + */ + public $errors; + /** * @var string Module version * @see http://semver.org @@ -219,6 +224,15 @@ class DolibarrModules // Can not be abstract, because we need to instantiate it */ public $descriptionlong; + /** + * @var array dictionaries description + */ + public $dictionaries; + + /** + * @var array tabs description + */ + public $tabs; // For exports