Automattic\WooCommerce\Blocks\BlockTypes\ProductCollection

QueryBuilder::set_collection_handler_storepublicWC 1.0

Set the collection handler store.

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

Хуков нет.

Возвращает

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

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

$QueryBuilder = new QueryBuilder();
$QueryBuilder->set_collection_handler_store( $collection_handler_store );
$collection_handler_store(массив) (обязательный)
The collection handler store containing registered collection handlers.

Код QueryBuilder::set_collection_handler_store() WC 9.9.4

public function set_collection_handler_store( $collection_handler_store ) {
	$this->collection_handler_store = $collection_handler_store;
}