]> git.mxchange.org Git - mailer.git/blob - inc/classes/interfaces/class_FrameworkInterface.php
29c0df04214a1658681811de3333b7eb6eb15c17
[mailer.git] / 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 ?>