You are here

public function CommerceOptionSet::__construct in Commerce Product Option 7

Overrides Entity::__construct

File

includes/commerce_option_set.inc, line 10

Class

CommerceOptionSet

Code

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