Skip to content

Commit

Permalink
add since
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Sep 25, 2020
1 parent a9d16a8 commit 53f1579
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/Interfaces/CrawlerCycleInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@

use Nadar\Crawler\Crawler;

/**
* Crawler Cycle Interface
*
* This interfaces holds the methods which are processed on each Crawler execution.
*
* @author Basil Suter <[email protected]>
* @since 1.0.0
*/
interface CrawlerCycleInterface
{

/**
* Before the crawler starts, when setting up the crawler.
*
Expand All @@ -18,9 +25,6 @@ interface CrawlerCycleInterface
*/
public function onSetup(Crawler $crawler);




/**
* When the crawler is finishing the whole process.
*
Expand Down

0 comments on commit 53f1579

Please sign in to comment.