dbxapp
4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
dbxapp.de
Portal
Start
Anwender
Entwickler
KI-Bereiche
Loading...
Searching...
No Matches
myInvoices.class.php
Go to the documentation of this file.
1
<?php
2
namespace
dbx\myInvoices;
3
10
class
myInvoices
11
{
17
public
function
run
(): string
18
{
19
$run
= (string)
dbx
()->get_modul_var(
20
'dbx_run1'
,
21
'report'
,
22
'parameter|max=32'
23
);
24
$service
=
dbx
()->get_include_obj(
25
'myInvoicesService'
,
26
'myInvoices'
27
);
28
29
switch
(
$run
) {
30
case
'positions'
:
31
return
$service
->positions();
32
33
case
'form'
:
34
case
'edit'
:
35
return
$service
->form();
36
37
case
'delete'
:
38
return
$service
->delete();
39
40
case
'install'
:
41
return
$service
->installation();
42
43
case
'report'
:
44
case
'list'
:
45
default
:
46
return
$service
->report();
47
}
48
}
49
}
50
51
?>
dbx\myInvoices\myInvoices
Kleiner Router des ausführbaren Rechnungs-Referenzmoduls.
Definition
myInvoices.class.php:11
dbx\myInvoices\myInvoices\run
run()
Verteilt ausschließlich validierte Modulrouten.
Definition
myInvoices.class.php:17
$service
$service
Definition
dbxDashboard_update_status_contract_test.php:23
$run
$run
Definition
dbxSelfTestRunner_test.php:64
dbx
DBX schema administration.
dbx
modules
myInvoices
myInvoices.class.php
Generated by
1.17.0