dolibarr
23.0.3
Main Page
Related Pages
Topics
Classes
Files
File List
File Members
dolibarr_23.0
htdocs
webportal
class
webportalfieldsmanager.class.php
1
<?php
2
/* Copyright (C) 2002-2003 Rodolphe Quiedeville <rodolphe@quiedeville.org>
3
* Copyright (C) 2002-2003 Jean-Louis Bergamo <jlb@j1b.org>
4
* Copyright (C) 2004 Sebastien Di Cintio <sdicintio@ressource-toi.org>
5
* Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
6
* Copyright (C) 2009-2012 Laurent Destailleur <eldy@users.sourceforge.net>
7
* Copyright (C) 2009-2012 Regis Houssin <regis.houssin@inodbox.com>
8
* Copyright (C) 2013 Florian Henry <forian.henry@open-concept.pro>
9
* Copyright (C) 2015 Charles-Fr BENKE <charles.fr@benke.fr>
10
* Copyright (C) 2016 Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr>
11
* Copyright (C) 2017 Nicolas ZABOURI <info@inovea-conseil.com>
12
* Copyright (C) 2018-2022 Frédéric France <frederic.france@netlogic.fr>
13
* Copyright (C) 2022 Antonin MARCHAL <antonin@letempledujeu.fr>
14
*
15
* This program is free software; you can redistribute it and/or modify
16
* it under the terms of the GNU General Public License as published by
17
* the Free Software Foundation; either version 3 of the License, or
18
* (at your option) any later version.
19
*
20
* This program is distributed in the hope that it will be useful,
21
* but WITHOUT ANY WARRANTY; without even the implied warranty of
22
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23
* GNU General Public License for more details.
24
*
25
* You should have received a copy of the GNU General Public License
26
* along with this program. If not, see <https://www.gnu.org/licenses/>.
27
*/
28
35
require_once DOL_DOCUMENT_ROOT .
'/webportal/class/context.class.php'
;
36
require_once DOL_DOCUMENT_ROOT .
'/core/class/fieldsmanager.class.php'
;
37
require_once DOL_DOCUMENT_ROOT .
'/core/class/fields/commonsellistfield.class.php'
;
38
39
43
class
WebPortalFieldsManager
extends
FieldsManager
44
{
51
public
function
__construct
($db, $form =
null
)
52
{
53
parent::__construct($db, $form);
54
55
CommonSellistField::$ajaxUrl =
Context::getRootConfigUrl
() .
'/ajax/ajaxfield.php'
;
56
}
57
}
Context\getRootConfigUrl
static getRootConfigUrl()
Get WebPortal root url.
Definition
context.class.php:326
FieldsManager
Class to manage fields.
Definition
fieldsmanager.class.php:43
WebPortalFieldsManager
Class to manage fields.
Definition
webportalfieldsmanager.class.php:44
WebPortalFieldsManager\__construct
__construct($db, $form=null)
Constructor.
Definition
webportalfieldsmanager.class.php:51
Generated on Mon Jun 22 2026 20:45:36 for
dolibarr
by Doxygen 1.11.0