You are here

public function RulesPluginUI::__construct in Rules 7.2

Provide $this->element to make the code more meaningful.

1 call to RulesPluginUI::__construct()
RulesRuleUI::__construct in ui/ui.plugins.inc
Constructs a RulesRuleUI object.
1 method overrides RulesPluginUI::__construct()
RulesRuleUI::__construct in ui/ui.plugins.inc
Constructs a RulesRuleUI object.

File

ui/ui.core.inc, line 180
Contains core Rules UI functions.

Class

RulesPluginUI
Faces UI extender for all kind of Rules plugins.

Code

public function __construct(FacesExtendable $object) {
  parent::__construct($object);
  $this->element = $object;
}