You are here

public function CommerceOption::__construct in Commerce Product Option 7

Overrides Entity::__construct

File

includes/commerce_option.inc, line 14

Class

CommerceOption

Code

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