2
0
forked from Wavyzz/dolibarr

qual: phpstan for htdocs/adherents/class/api_memberstypes.class.php (#28098)

* Update subscription.class.php

* Update commonobject.class.php

* Update subscription.class.php

* Update commonobject.class.php

* Update subscription.class.php

* Update subscription.class.php

* Update commonobject.class.php

* Update commonobject.class.php

* Update subscription.class.php
This commit is contained in:
thibdrev
2024-02-09 18:56:50 +01:00
committed by GitHub
parent 3db4a9f2fc
commit 07edb9b967
2 changed files with 6 additions and 2 deletions

View File

@@ -121,7 +121,9 @@ abstract class CommonObject
public $table_element_line = '';
/**
* @var int 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table
* Does this object supports the multicompany module ?
*
* @var int|string 0 if no test on entity, 1 if test with field entity, 2 if test with link by fk_soc, 'field@table' if test with link by field@table
*/
public $ismultientitymanaged;