This commit is contained in:
Frédéric FRANCE 2023-03-31 09:24:28 +02:00 committed by GitHub
parent 0c30a423ab
commit 5b47abbe38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,6 +86,11 @@ abstract class CommonObject
*/
public $element;
/**
* @var int The related element
*/
public $fk_element;
/**
* @var string Name to use for 'features' parameter to check module permissions user->rights->feature with restrictedArea().
* Undefined means same value than $element. Can be use to force a check on another element for example for class of line, we mention here the parent element.