Bug Fixes bei Enthaelt + Inhaltsstoff erstellt
This commit is contained in:
parent
2b7811f044
commit
7e034abf8c
@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
//Programmiert von: Max Heer, Getestet von:
|
//Programmiert von: Max Heer, Getestet von:
|
||||||
|
|
||||||
namespace kindergartenverwaltung\Controller;
|
namespace VPR_Schnittstelle\Controller;
|
||||||
|
|
||||||
use kindergartenverwaltung\Libary\Msg;
|
use VPR_Schnittstelle\Libary\Msg;
|
||||||
use kindergartenverwaltung\Model\EnthaeltModel;
|
use VPR_Schnittstelle\Model\EnthaeltModel;
|
||||||
|
|
||||||
class EnthaeltController(){
|
class EnthaeltController(){
|
||||||
public function getInhaltsstoffe($gerichtId){
|
public function getInhaltsstoffe($gerichtId){
|
||||||
|
10
Controller/InhaltsstoffController.php
Normal file
10
Controller/InhaltsstoffController.php
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
<?php
|
||||||
|
//Programmiert von: Max Heer, Getestet von:
|
||||||
|
|
||||||
|
namespace VPR_Schnittstelle\Controller;
|
||||||
|
|
||||||
|
use VPR_Schnittstelle\Libary\Msg;
|
||||||
|
use VPR_Schnittstelle\Model\InhaltsstoffModel;
|
||||||
|
|
||||||
|
|
||||||
|
?>
|
@ -1,5 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace kindergartenverwaltung\EnthaeltModel;
|
namespace VPR_Schnittstelle\EnthaeltModel;
|
||||||
|
|
||||||
use kindergartenverwaltung\Library\Msg;
|
use kindergartenverwaltung\Library\Msg;
|
||||||
|
|
||||||
|
8
Model/InhaltsstoffModel.php
Normal file
8
Model/InhaltsstoffModel.php
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<?php
|
||||||
|
namespace VPR_Schnittstelle\EnthaeltModel;
|
||||||
|
use kindergartenverwaltung\Library\Msg;
|
||||||
|
|
||||||
|
public function getInhaltsstoff(){
|
||||||
|
|
||||||
|
}
|
||||||
|
?>
|
Loading…
Reference in New Issue
Block a user