You are here

public function RulesExtendable::__construct in Rules 7.2

2 methods override RulesExtendable::__construct()
RulesAbstractPlugin::__construct in includes/rules.core.inc
RulesContainerPlugin::__construct in includes/rules.core.inc

File

includes/rules.core.inc, line 347
Rules base classes and interfaces needed for any rule evaluation.

Class

RulesExtendable
Base class for RulesExtendables.

Code

public function __construct() {
  $this
    ->setUp();
}