PHP Класс App\Http\Controllers\NytController

Наследование: extends Controller
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$baseUrl string BaseUrl
$client object Instance of Guzzle Client

Открытые методы

Метод Описание
__construct ( ) Initialize the Controller with necessary arguments
getPage ( ) : array Return all the data to the New York times API dashboard
getRelativeUrl ( ) : string Get relative url

Приватные методы

Метод Описание
getData ( ) : array Get the data response from a get operation
getResponse ( ) : array Get the whole response from a get operation
setGetResponse ( string $relativeUrl ) Get the response from New York times API

Описание методов

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

Initialize the Controller with necessary arguments
public __construct ( )

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

Return all the data to the New York times API dashboard
public getPage ( ) : array
Результат array

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

Get relative url
public getRelativeUrl ( ) : string
Результат string

Описание свойств

$baseUrl защищенное свойство

BaseUrl
protected string $baseUrl
Результат string

$client защищенное свойство

Instance of Guzzle Client
protected object $client
Результат object