LangModel::getLangType PHP Method

getLangType() public method

获取当前系统的语设置
public getLangType ( ) : string
return string 当前系统的语设置
    public function getLangType()
    {
        // 每次直接从这里获取
        return $this->langType;
    }