This website requires JavaScript.
Explore
Help
Sign In
Projekte
/
web-base
Watch
1
Star
0
Fork
0
You've already forked web-base
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
b26d0e6066
web-base
/
core
/
Objects
/
lang
/
LanguageModule.php
6 lines
98 B
PHP
Raw
Normal View
History
Unescape
Escape
Initial Commit
2020-02-09 23:02:19 +01:00
<
?
php
php 7.4 dev branch
2020-04-03 15:56:04 +02:00
abstract
class
LanguageModule
{
Initial Commit
2020-02-09 23:02:19 +01:00
php 7.4 dev branch
2020-04-03 15:56:04 +02:00
public
abstract
function
getEntries
(
string
$langCode
);
}
Reference in New Issue
Copy Permalink