You are here

public function CommerceDiscountOffer::__construct in Commerce Discount 7

Overrides Entity::__construct

File

includes/commerce_discount_offer.class.inc, line 23
Commerce Discount Offer Entity.

Class

CommerceDiscountOffer
Entity class representing the commerce_discount_offer entity type.

Code

public function __construct($values = array()) {
  parent::__construct($values, 'commerce_discount_offer');
}