Documentatie bijgewerkt; Begonnen aan /programma/details

This commit is contained in:
2017-07-09 12:32:57 +02:00
parent f501ab5438
commit b86d4da26b
5 changed files with 258 additions and 37 deletions

View File

@@ -0,0 +1,10 @@
<?php
namespace Model;
class ProgramHost extends Model {
public $id;
public $name;
public $email;
}