MailPoet\EmailEditor\Engine
Settings_Controller::__construct()
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() Settings Controller:: construct code WC 9.8.1
public function __construct( Theme_Controller $theme_controller ) { $this->theme_controller = $theme_controller; }