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

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

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

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

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

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

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

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

public __construct ( $instagram, $userId, $maxId = null )
$instagram Instagram
$userId string User Id
$maxId string The Maximum Id for fetching more Followers

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

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

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

public getEndpoint ( )

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

public getMethod ( )

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

public getResponseObject ( )

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

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

protected $userId