Eccube\Entity\Order::getDeviceType PHP Method

getDeviceType() public method

Get DeviceType
public getDeviceType ( ) : Eccube\Entity\Master\DeviceType
return Eccube\Entity\Master\DeviceType
    public function getDeviceType()
    {
        return $this->DeviceType;
    }