Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
App
Http
Controllers
WebScrapingController
PHP Class App\Http\Controllers\WebScrapingController
Inheritance:
extends
Controller
Datei anzeigen
Open project: unicodeveloper/laravel-hackathon-starter
Protected Properties
Property
Type
Description
$crawler
Public Methods
Method
Description
__construct
( )
Initialize controller
getData
(
$siteToCrawl
) :
array
Scrape the Links
getPage
( ) :
mixed
Return all data to the Stripe API dashboard
Method Details
__construct()
public
method
Initialize controller
public
__construct
( )
getData()
public
method
Scrape the Links
public
getData
(
$siteToCrawl
) :
array
$siteToCrawl
return
array
getPage()
public
method
Return all data to the Stripe API dashboard
public
getPage
( ) :
mixed
return
mixed
Property Details
$crawler
protected_oe property
protected
$crawler