function RulesPluginUI::__construct

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

Class

RulesPluginUI
Faces UI extender for all kind of Rules plugins.

Code

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