PATH:
home
/
thebhoeo
/
public_html
/
lazysleep
/
wp-content
/
plugins
/
woocommerce
/
src
/
Api
/
Pagination
<?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; }
[-] Edge.php
[edit]
[-] IdCursorFilter.php
[edit]
[+]
..
[-] Connection.php
[edit]
[-] PageInfo.php
[edit]
[-] PaginationParams.php
[edit]