You are here

public function gdpr_entity_property::init in General Data Protection Regulation 7

Fake constructor.

File

modules/gdpr_fields/plugins/gdpr_data/gdpr_entity_property.class.php, line 15

Class

gdpr_entity_property
Base class for export UI.

Code

public function init($plugin) {
  $this->plugin = $plugin;
}