public function __construct()

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


	public function __construct(int $pending, int $active, int $successful, int $failed)
	{
		$this->pending = $pending;
		$this->active = $active;
		$this->successful = $successful;
		$this->failed = $failed;
	}