📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 13:36:25
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
plugins
/
woocommerce
/
src
/
Api
/
Pagination
✏️
Editing: 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; }
💾 Save Changes
❌ Cancel