Add boilerplate and initial activity classes.
This commit is contained in:
10
src/pvv/side/event.php
Normal file
10
src/pvv/side/event.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php declare(strict_types=1);
|
||||
namespace pvv\side;
|
||||
|
||||
interface Event extends Activity {
|
||||
|
||||
public function getStart(); /* : DateTime */
|
||||
|
||||
public function getStop(); /* : DateTime */
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user