public function __construct(Link $link, $response) { parent::__construct($link); $this->response = $response; }
public function onPop(FilterLinkEvent $event) { echo 'crawl -> ' . $event->getLink()->getLinkHref() . "\n"; }