You are here

public function PollimController::__construct in Poll Improved 7

Overridden.

Overrides EntityAPIController::__construct

See also

DrupalDefaultEntityController#__construct()

File

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

Class

PollimController
The Controller for Pollim entities

Code

public function __construct($entityType) {
  parent::__construct($entityType);
}