Eccube\Entity\Order::getDeviceType PHP Метод

getDeviceType() публичный Метод

Get DeviceType
public getDeviceType ( ) : Eccube\Entity\Master\DeviceType
Результат Eccube\Entity\Master\DeviceType
    public function getDeviceType()
    {
        return $this->DeviceType;
    }