File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/RecurringJobInterface.php.tar
httpdocs/wp-content/plugins/google-listings-and-ads/src/Jobs/RecurringJobInterface.php 0000644 00000000643 15154707055 0033453 0 ustar 00 var/www/vhosts/uyarreklam.com.tr <?php
declare( strict_types=1 );
namespace Automattic\WooCommerce\GoogleListingsAndAds\Jobs;
defined( 'ABSPATH' ) || exit;
/**
* Interface RecurringJobInterface
*
* @package Automattic\WooCommerce\GoogleListingsAndAds\Jobs
*/
interface RecurringJobInterface extends StartOnHookInterface {
/**
* Return the recurring job's interval in seconds.
*
* @return int
*/
public function get_interval(): int;
}