dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
dbxContact_admin.class.php
Go to the documentation of this file.
1<?php
3
5
6 private function unavailable(): string {
7 return dbx()->get_system_obj('dbxTPL')->get_tpl('dbx|alert-warning', array(
8 'msg' => 'Die Ticket-Administration konnte nicht geladen werden.',
9 ));
10 }
11
12 public function run() {
13 $admin = dbx()->get_include_obj('dbxContactAdmin', 'dbxContact_admin');
14 return is_object($admin) ? $admin->run() : $this->unavailable();
15 }
16}
DBX schema administration.