Automattic\WooCommerce\Blocks\Templates

ProductSearchResultsTemplate::__construct()publicWC 1.0

Constructor.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

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

Код ProductSearchResultsTemplate::__construct() WC 8.7.0

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