PHP 8.2.31
Preview: ImportInterface.php Size: 710 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/woocommerce/src/Internal/Admin/Schedulers/ImportInterface.php

<?php
/**
 * Import related abstract functions.
 */

namespace Automattic\WooCommerce\Internal\Admin\Schedulers;

interface ImportInterface {
	/**
	 * Get items based on query and return IDs along with total available.
	 *
	 * @internal
	 * @param int      $limit Number of records to retrieve.
	 * @param int      $page  Page number.
	 * @param int|bool $days Number of days prior to current date to limit search results.
	 * @param bool     $skip_existing Skip already imported items.
	 */
	public static function get_items( $limit, $page, $days, $skip_existing );

	/**
	 * Get total number of items already imported.
	 *
	 * @internal
	 * @return null
	 */
	public static function get_total_imported();

}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
3.54 KB lrw-r--r-- 2023-03-21 20:45:06
Edit Download
710 B lrw-r--r-- 2022-04-20 06:50:54
Edit Download
4.79 KB lrw-r--r-- 2024-09-23 20:44:04
Edit Download
4.12 KB lrw-r--r-- 2025-05-12 21:07:28
Edit Download
25.84 KB lrw-r--r-- 2026-05-05 14:26:50
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).