/podcast/{overzicht,stream,download} toegevoegd
This commit is contained in:
18
common/classes/Program.php
Normal file
18
common/classes/Program.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace Model;
|
||||
|
||||
class Program extends Model {
|
||||
public $id;
|
||||
public $name;
|
||||
public $description;
|
||||
|
||||
// TODO: Implementeren
|
||||
public $hosts;
|
||||
public $schedule;
|
||||
public $podcasts;
|
||||
|
||||
public function __construct($data) {
|
||||
parent::__construct($data);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user