Initial Commit
This commit is contained in:
9
core/Objects/lang/LanguageModule.php
Normal file
9
core/Objects/lang/LanguageModule.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
abstract class CLanguageModule {
|
||||
|
||||
public abstract static function getEntries($langCode);
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user