UserToken::getType PHP Méthode

getType() public méthode

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