PHP Класс Vinkla\Instagram\Instagram

Автор: Vincent Klaiber ([email protected])
Показать файл Открыть проект

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

Свойство Тип Описание
$client GuzzleHttp\ClientInterface The guzzle http client.

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

Метод Описание
__construct ( GuzzleHttp\ClientInterface $client = null ) : void Create a new instagram instance.
get ( string $user ) : array Fetch the media items.

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

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

Create a new instagram instance.
public __construct ( GuzzleHttp\ClientInterface $client = null ) : void
$client GuzzleHttp\ClientInterface
Результат void

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

Fetch the media items.
public get ( string $user ) : array
$user string
Результат array

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

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

The guzzle http client.
protected ClientInterface,GuzzleHttp $client
Результат GuzzleHttp\ClientInterface