0649c5e8375e00977e2a46dba40f315c5596d694
[mailer.git] / inc / classes / interfaces / language / class_ManageableLanguage.php
1 <?php
2 /**
3  * An interface for language systems
4  *
5  * @author      Roland Haeder <roland __NOSPAM__ [at] __REMOVE_ME__ mxchange [dot] org>
6  * @version     0.1
7  */
8 interface ManageableLanguage extends FrameworkInterface {
9         /**
10          * Initialize the array-object for all later language strings
11          *
12          * @return      void
13          */
14         function initLanguageStrings();
15 } // END - class
16
17 // [EOF]
18 ?>