Automattic\WooCommerce\Internal\CLI\Migrator\Lib

ImportSession::__constructpublicWC 1.0

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

Хуков нет.

Возвращает

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

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

$ImportSession = new ImportSession();
$ImportSession->__construct( $post_id );
$post_id(обязательный)
.

Код ImportSession::__construct() WC 11.0.0

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