PHP 8.2.31
Preview: PageInfo.php Size: 276 B
//home/nshryvcy/radiantskinclinics.org/wp-content/plugins/woocommerce/src/Api/Pagination/PageInfo.php

<?php

declare(strict_types=1);

namespace Automattic\WooCommerce\Api\Pagination;

/**
 * Pagination metadata for a connection.
 */
class PageInfo {
	public bool $has_next_page;

	public bool $has_previous_page;

	public ?string $start_cursor;

	public ?string $end_cursor;
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
4.21 KB lrw-r--r-- 2026-05-05 14:26:50
Edit Download
204 B lrw-r--r-- 2026-05-05 14:26:50
Edit Download
3.76 KB lrw-r--r-- 2026-05-05 14:26:50
Edit Download
276 B lrw-r--r-- 2026-05-05 14:26:50
Edit Download
3.79 KB lrw-r--r-- 2026-05-05 14:26:50
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).