Add boilerplate and initial activity classes.
This commit is contained in:
14
src/pvv/side/activity.php
Normal file
14
src/pvv/side/activity.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php declare(strict_types=1);
|
||||
namespace pvv\side;
|
||||
|
||||
use \DateTime;
|
||||
|
||||
interface Activity {
|
||||
|
||||
public function getName(); /* : string */
|
||||
|
||||
public function getLocation(); /* : Location */
|
||||
|
||||
public function getOrganiser(); /* : User */
|
||||
|
||||
}
|
Reference in New Issue
Block a user