11 lines
146 B
PHP
11 lines
146 B
PHP
|
|
<?
|
||
|
|
|
||
|
|
namespace core\Verify\structure;
|
||
|
|
|
||
|
|
use \core\lang\structure\eLangCode as LangCode;
|
||
|
|
|
||
|
|
class verifyLang {
|
||
|
|
static function getArray(){
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|