Resources_Screen::__construct( $configuration_status,  $assets_url,  $template_dir )

Summary

No summary available.

Source

File: src/BigCommerce/Settings/Screens/Resources_Screen.php

	public function __construct( $configuration_status, $assets_url, $template_dir ) {
		parent::__construct( $configuration_status, $assets_url );
		$this->template_dir = trailingslashit( $template_dir );
	}


User Contributed Notes

You must log in before being able to contribute a note or feedback.