App\Http\Controllers\TumblrController::getPage PHP Метод

getPage() публичный Метод

Return all data to the Tumblr API dashboard
public getPage ( ) : mixed
Результат mixed
    public function getPage()
    {
        $posts = $this->getPosts('taylorswift.tumblr.com');
        return view('api.tumblr')->withPosts($posts);
    }