think\Lang::setAllowLangList PHP Method

setAllowLangList() public static method

设置允许的语言列表
public static setAllowLangList ( array $list ) : void
$list array 语言列表
return void
    public static function setAllowLangList($list)
    {
        self::$allowLangList = $list;
    }