ProductVariation_OrderItem::Height PHP 메소드

Height() 공개 메소드

public Height ( )
    public function Height()
    {
        if ($this->ProductVariation()->Height) {
            return $this->ProductVariation()->Height;
        }
        return $this->Product()->Height;
    }