You are here

public function CommerceFileLicenseEntityRulesController::__construct in Commerce File 7

Overrides EntityDefaultRulesController::__construct

File

./commerce_file.rules.inc, line 19
Provides Rules integration for entities provided via the CRUD API.

Class

CommerceFileLicenseEntityRulesController
Default controller for generating Rules integration.

Code

public function __construct($type = NULL) {
  parent::__construct(COMMERCE_FILE_LICENSE_ENTITY_NAME);
}