You are here

function commerce_option_set_new in Commerce Product Option 7

Creates a new option set array.

File

./commerce_option.module, line 244

Code

function commerce_option_set_new($values = array()) {
  return new CommerceOptionSet($values);
}