]> git.mxchange.org Git - shipsimu.git/blob - ship-simu/inc/classes/interfaces/class_FrameworkInterface.php
Initial import of current development status
[shipsimu.git] / ship-simu / inc / classes / interfaces / class_FrameworkInterface.php
1 <?php
2 /**
3  * This is the top-level interface for all other interfaces and should contain
4  * method stubs which is being used in every class
5  *
6  * @author      Roland Haeder <roland __NOSPAM__ [at] __REMOVE_ME__ mxchange [dot] org>
7  * @version     0.1
8  */
9 interface FrameworkInterface {
10 }
11
12 //
13 ?>