File "Edge.php"
Full path: /home/sbkuplnl/public_html/wp-content/plugins/woocommerce/src/Api/Pagination/Edge.php
File
size: 0.2 KB (204 B bytes)
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
declare(strict_types=1);
namespace Automattic\WooCommerce\Api\Pagination;
/**
* Represents an edge in a Relay-style connection.
*/
class Edge {
public string $cursor;
public object $node;
}