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

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

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

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

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

Метод Описание
__construct ( $instagram, $userId, $maxId = null )
execute ( ) : FollowingFriendshipResponse
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 ( ) : FollowingFriendshipResponse
Результат Instagram\API\Response\FollowingFriendshipResponse

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

public getEndpoint ( )

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

public getMethod ( )

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

public getResponseObject ( )

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

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

protected $userId