Skip to content

Commit

Permalink
Defined links
Browse files Browse the repository at this point in the history
  • Loading branch information
flangofas committed Oct 14, 2021
1 parent e3f0a0e commit d1d3cd0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Arachnid/Crawler.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ class Crawler
*/
private $headlessBrowserEnabled;

/**
* Links' container
* @var array<string,Link>
*/
private $links;

/**
* Constructor
* @param string $baseUrl base url to be crawled
Expand Down

0 comments on commit d1d3cd0

Please sign in to comment.