Spatie\Crawler\CrawlQueue::getPendingUrls PHP Method

getPendingUrls() public method

public getPendingUrls ( ) : Collection
return Illuminate\Support\Collection
    public function getPendingUrls() : Collection
    {
        return $this->pending->values();
    }