Doc
This commit is contained in:
parent
0c30a423ab
commit
5b47abbe38
@ -86,6 +86,11 @@ abstract class CommonObject
|
|||||||
*/
|
*/
|
||||||
public $element;
|
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().
|
* @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.
|
* 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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user