You are here

public function PollimType::__construct in Poll Improved 7

Overrides Entity::__construct

File

./pollim.module, line 490
Module for the Pollim Entity - a starting point to create your own Entity and associated administration interface

Class

PollimType
The class used for pollim type entities

Code

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