Merge pull request #24401 from frederic34/patch-4

Doc
This commit is contained in:
Laurent Destailleur 2023-03-31 11:33:40 +02:00 committed by GitHub
commit 149f8ac779
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.