ProductVariation_OrderItem::Depth PHP Method

Depth() public method

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