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