Work on custom report feature

This commit is contained in:
Laurent Destailleur
2022-02-15 11:03:48 +01:00
parent f2d5e43381
commit 1b53ed09f9
11 changed files with 211 additions and 58 deletions

View File

@@ -83,6 +83,11 @@ abstract class CommonObject
*/
public $element;
/**
* @var string Name to use for 'features' parameter to check module permissions with restrictedArea(). Undefined means same value than $element.
*/
public $element_for_permission;
/**
* @var string Name of table without prefix where object is stored
*/