MailPoet\EmailEditor\Engine

Settings_Controller::__construct()publicWC 1.0

Class constructor.

Method of the class: Settings_Controller{}

No Hooks.

Return

null. Nothing (null).

Usage

$Settings_Controller = new Settings_Controller();
$Settings_Controller->__construct(;

Settings_Controller::__construct() code WC 9.8.1

public function __construct(
	Theme_Controller $theme_controller
) {
	$this->theme_controller = $theme_controller;
}