Automattic\WooCommerce\StoreApi\Schemas\V1

BatchSchema::get_properties()publicWC 1.0

Batch schema properties.

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

Хуков нет.

Возвращает

Массив.

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

$BatchSchema = new BatchSchema();
$BatchSchema->get_properties();

Код BatchSchema::get_properties() WC 8.7.0

public function get_properties() {
	return [];
}