You are here

public function CivicrmEntityController::__construct in CiviCRM Entity 7.2

Overridden.

Overrides EntityAPIController::__construct

See also

DrupalDefaultEntityController#__construct()

File

./civicrm_entity_controller.inc, line 8

Class

CivicrmEntityController
Entity Controller for CiviCRM entities

Code

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