init Abgabe
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
class Factory{
|
||||
|
||||
public static function createLoginModel(){
|
||||
return new LoginModel();
|
||||
}
|
||||
|
||||
public static function createBenutzerModel(){
|
||||
return new BenutzerModel();
|
||||
}
|
||||
|
||||
public static function createChatModel(){
|
||||
return new ChatModel();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user