File: /var/www/vhosts/uyarreklam.com.tr/httpdocs/RouteInterface.php.tar
wp-content/plugins/woocommerce/packages/woocommerce-blocks/src/StoreApi/Routes/RouteInterface.php 0000644 00000000520 15156266227 0037541 0 ustar 00 var/www/vhosts/uyarreklam.com.tr/httpdocs <?php
namespace Automattic\WooCommerce\StoreApi\Routes;
/**
* RouteInterface.
*/
interface RouteInterface {
/**
* Get the path of this REST route.
*
* @return string
*/
public function get_path();
/**
* Get arguments for this REST route.
*
* @return array An array of endpoints.
*/
public function get_args();
}