You are here

protected function RedhenGroupSelectionHandler::__construct in RedHen CRM 7

Override constructor to set field and instance.

File

modules/redhen_org_group/plugins/selection/RedhenGroupSelectionHandler.class.php, line 12

Class

RedhenGroupSelectionHandler
RedHenGroup selection handler.

Code

protected function __construct($field, $instance) {
  $this->field = $field;
  $this->instance = $instance;
}