PHP Class App\Http\Controllers\WebScrapingController

Inheritance: extends Controller
Afficher le fichier Open project: unicodeveloper/laravel-hackathon-starter

Protected Properties

Свойство Type Description
$crawler

Méthodes publiques

Méthode Description
__construct ( ) Initialize controller
getData ( $siteToCrawl ) : array Scrape the Links
getPage ( ) : mixed Return all data to the Stripe API dashboard

Method Details

__construct() public méthode

Initialize controller
public __construct ( )

getData() public méthode

Scrape the Links
public getData ( $siteToCrawl ) : array
$siteToCrawl
Résultat array

getPage() public méthode

Return all data to the Stripe API dashboard
public getPage ( ) : mixed
Résultat mixed

Property Details

$crawler protected_oe property

protected $crawler