You are here

public function PollimTypeController::__construct in Poll Improved 7

Overridden.

Allows specifying a name key serving as uniform identifier for this entity type while still internally we are using numeric identifieres.

Overrides EntityAPIControllerExportable::__construct

File

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

Class

PollimTypeController
The Controller for Pollim entities

Code

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