think\Lang::setAllowLangList PHP 메소드

setAllowLangList() 공개 정적인 메소드

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