PHP Класс Instagram\API\Request\TagFeedRequest

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

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

Свойство Тип Описание
$tag

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

Метод Описание
__construct ( $instagram, $tag, $maxId = null )
execute ( ) : TagFeedResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )

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

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

public __construct ( $instagram, $tag, $maxId = null )
$instagram Instagram
$tag string Tag to load the Feed of
$maxId string The Maximum Id for fetching more Items in the Feed

execute() публичный метод

public execute ( ) : TagFeedResponse
Результат Instagram\API\Response\TagFeedResponse

getEndpoint() публичный метод

public getEndpoint ( )

getMethod() публичный метод

public getMethod ( )

getResponseObject() публичный метод

public getResponseObject ( )

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

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

protected $tag