function RulesExtendable::__construct

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

Class

RulesExtendable
Base class for RulesExtendables.

Code

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