Phue\User::getDeviceType PHP Method

getDeviceType() public method

Get device type
public getDeviceType ( ) : string
return string Device type
    public function getDeviceType()
    {
        return $this->attributes->name;
    }