메소드 | 설명 | |
---|---|---|
finishedCrawling ( ) : void | Called when the crawl has ended. | |
hasBeenCrawled ( |
Called when the crawler has crawled the given url. | |
willCrawl ( |
Called when the crawler will crawl the url. |
public finishedCrawling ( ) : void | ||
리턴 | void |
public hasBeenCrawled ( |
||
$url | ||
$response | Psr\Http\Message\ResponseInterface | null | |
$foundOnUrl | ||
리턴 | void |