App\Models\Store\OrderItem::subtotal PHP Method

subtotal() public method

public subtotal ( )
    public function subtotal()
    {
        return $this->cost * $this->quantity;
    }