public function __construct()

in src/EnterpriseSearch/Schema/Page.php [30:36]


	public function __construct(int $current, int $total_pages, int $total_results, int $size)
	{
		$this->current = $current;
		$this->total_pages = $total_pages;
		$this->total_results = $total_results;
		$this->size = $size;
	}