You are here

public function CaseTrackerCaseTypeController::__construct in Case Tracker 7.2

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

./casetracker_case_type.inc, line 32
CaseTrackerCase type editing UI.

Class

CaseTrackerCaseTypeController
The Controller for Case entities

Code

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