mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 06:21:28 +01:00
Doc
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2017 Laurent Destailleur <eldy@users.sourceforge.net>
|
/* Copyright (C) 2017 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
* Copyright (C) 2023-2024 Frédéric France <frederic.france@free.fr>
|
* Copyright (C) 2023-2024 Frédéric France <frederic.france@free.fr>
|
||||||
|
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
|
||||||
* Copyright (C) ---Put here your own copyright and developer email---
|
* Copyright (C) ---Put here your own copyright and developer email---
|
||||||
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
|
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@@ -56,7 +56,7 @@ class MyObject extends CommonObject
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @var int<0,2>|string Does this object support multicompany module ?
|
* @var int<0,2>|string Does this object support multicompany module ?
|
||||||
* 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table
|
* 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table
|
||||||
*/
|
*/
|
||||||
public $ismultientitymanaged = 0;
|
public $ismultientitymanaged = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user