File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/BatchSchema.php.tar
wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Schemas/V1/BatchSchema.php 0000644 00000000653 15156677772 0037376 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs <?php
namespace Automattic\WooCommerce\StoreApi\Schemas\V1;
/**
* BatchSchema class.
*/
class BatchSchema extends AbstractSchema {
/**
* The schema item name.
*
* @var string
*/
protected $title = 'batch';
/**
* The schema item identifier.
*
* @var string
*/
const IDENTIFIER = 'batch';
/**
* Batch schema properties.
*
* @return array
*/
public function get_properties() {
return [];
}
}