public function __construct( $theme_name, array $script_config, array $extras_config ) { $this->theme_name = $theme_name; $this->script_config = $script_config; $this->extras_config = $extras_config; $this->init_responsive_config(); $this->init_hamburger_config(); }