PHP Class App\Http\Controllers\FoursquareController

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

Protected Properties

Свойство Type Description
$foursquare object Instance of Foursquare API

Méthodes publiques

Méthode Description
__construct ( ) Initialize the Controller with necessary arguments
getPage ( ) : mixed Return all data to the Foursquare API dashboard

Private Methods

Méthode Description
getVenues ( ) : array Search For Venues

Method Details

__construct() public méthode

Initialize the Controller with necessary arguments
public __construct ( )

getPage() public méthode

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

Property Details

$foursquare protected_oe property

Instance of Foursquare API
protected object $foursquare
Résultat object