Preview: Edge.php
Size: 204 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/woocommerce/src/Api/Pagination/Edge.php
<?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;
}
Directory Contents
Dirs: 0 × Files: 5