You are here

public function NewsletterTemplateController::__construct in Newsletter 7

Constructor: sets basic variables.

Parameters

$entityType: The entity type for which the instance is created.

Overrides DrupalDefaultEntityController::__construct

File

includes/newsletter.template.controller.inc, line 13
Controller class definition file for newsletter_template entity.

Class

NewsletterTemplateController
Newsletter Template Controller

Code

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