public function MandrillTemplateMap::__construct in Mandrill 7
Same name and namespace in other branches
- 7.2 modules/mandrill_template/lib/mandrill_template_map.entity.inc \MandrillTemplateMap::__construct()
Return a new entity instance of type mandrill_template_map.
Overrides Entity::__construct
File
- modules/
mandrill_template/ lib/ mandrill_template_map.entity.inc, line 20 - Mandrill Template entity class
Class
- MandrillTemplateMap
- @file Mandrill Template entity class
Code
public function __construct(array $values = array()) {
parent::__construct($values, 'mandrill_template_map');
}