UserToken::getType PHP Method

getType() public method

Получаем строковое занчение типа:
public getType ( ) : mixed
return mixed
    public function getType()
    {
        $typeList = $this->getTypeList();
        return isset($typeList[$this->type]) ? $typeList[$this->type] : $this->type;
    }