PHP Class App\Http\Controllers\TumblrController

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

Protected Properties

Свойство Type Description
$tumblr object Instance of Tumblr API

Méthodes publiques

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

Private Methods

Méthode Description
getBlogInfo ( $tumblrBlogUrl ) : array Get Basic Information about the blog
getPosts ( $tumblrBlogUrl ) : array Get Posts from the Tumblr blog

Method Details

__construct() public méthode

Initialize the Controller with necessary arguments
public __construct ( )

getPage() public méthode

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

Property Details

$tumblr protected_oe property

Instance of Tumblr API
protected object $tumblr
Résultat object