Automattic\WooCommerce\Blocks\Templates

ProductAttributeTemplate::__construct()publicWC 1.0

Constructor.

Метод класса: ProductAttributeTemplate{}

Хуков нет.

Возвращает

null. Ничего.

Использование

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

Код ProductAttributeTemplate::__construct() WC 7.7.2

public function __construct() {
	$this->init();
}