function RulesRuleUI::__construct
Constructs a RulesRuleUI object.
Parameters
FacesExtendable $object:
Overrides RulesPluginUI::__construct
File
-
ui/
ui.plugins.inc, line 21
Class
- RulesRuleUI
- Rule specific UI.
Code
public function __construct(FacesExtendable $object) {
parent::__construct($object);
$this->rule = $object;
$this->conditions = $this->rule
->conditionContainer();
}