dbxapp 4.1.3
CMS, Shop, Workflows und modulare Geschäftsanwendungen
Loading...
Searching...
No Matches
myX.class.php
Go to the documentation of this file.
1<?php
2namespace dbx\myX;
3
4class myX {
5 public function run() {
6 return 'myX system module';
7 }
8}