You are here

public function CaseTrackerProjectTypeController::__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_project_type.inc, line 32
CaseTrackerProject type editing UI.

Class

CaseTrackerProjectTypeController
The Controller for Project entities

Code

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