public function CerPreset::__construct in Corresponding Entity References 7.3
Overrides Entity::__construct().
Overrides Entity::__construct
File
- includes/
CerPreset.inc, line 43 - Contains the entity class for CER presets.
Class
- CerPreset
- @file Contains the entity class for CER presets.
Code
public function __construct(array $values = array()) {
parent::__construct($values, 'cer');
$this->wrapper = new EntityDrupalWrapper('cer', $this);
}