You are here

public function CommerceCardOnFile::__construct in Commerce Card on File 7.2

Overrides Entity::__construct

File

includes/commerce_cardonfile.entity.inc, line 106

Class

CommerceCardOnFile
Entity class representing the commerce_cardonfile entity type.

Code

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