dolibarr
19.0.0-dev
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
dolibarr_dev
htdocs
core
modules
bank
modules_bank.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (C) 2010-2014 Regis Houssin <regis.houssin@inodbox.com>
3
* Copyright (C) 2014 Marcos GarcĂa <marcosgdf@gmail.com>
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License as published by
7
* the Free Software Foundation; either version 3 of the License, or
8
* (at your option) any later version.
9
*
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU General Public License for more details.
14
*
15
* You should have received a copy of the GNU General Public License
16
* along with this program. If not, see <https://www.gnu.org/licenses/>.
17
* or see https://www.gnu.org/
18
*/
19
26
require_once DOL_DOCUMENT_ROOT.
'/core/class/commondocgenerator.class.php'
;
27
28
32
abstract
class
ModeleBankAccountDoc
extends
CommonDocGenerator
33
{
37
public
$error =
''
;
38
39
40
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
48
public
static
function
liste_modeles
($db, $maxfilenamelength = 0)
49
{
50
// phpcs:enable
51
$type =
'bankaccount'
;
52
$list = array();
53
54
include_once DOL_DOCUMENT_ROOT.
'/core/lib/functions2.lib.php'
;
55
$list =
getListOfModels
($db, $type, $maxfilenamelength);
56
57
return
$list;
58
}
59
}
ModeleBankAccountDoc\liste_modeles
static liste_modeles($db, $maxfilenamelength=0)
Return list of active generation modules.
Definition:
modules_bank.php:48
getListOfModels
getListOfModels($db, $type, $maxfilenamelength=0)
Return list of activated modules usable for document generation.
Definition:
functions2.lib.php:1925
ModeleBankAccountDoc
Parent class for bank account models.
Definition:
modules_bank.php:32
CommonDocGenerator
Parent class for documents generators.
Definition:
commondocgenerator.class.php:36
Generated on Fri Dec 1 2023 01:01:20 for
dolibarr
by Doxygen 1.8.17