UserToken::getType PHP 메소드

getType() 공개 메소드

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