Automattic\WooCommerce\EmailEditor\Engine
Settings_Controller::__construct
Class constructor.
Method of the class: Settings_Controller{}
No Hooks.
Returns
null. Nothing (null).
Usage
$Settings_Controller = new Settings_Controller(); $Settings_Controller->__construct( $theme_controller );
- $theme_controller(Theme_Controller) (required)
- Theme controller.
Settings_Controller::__construct() Settings Controller:: construct code WC 10.5.0
public function __construct(
Theme_Controller $theme_controller
) {
$this->theme_controller = $theme_controller;
}