PHP Класс Instagram\API\Response\FollowersFriendshipResponse

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

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

Свойство Тип Описание
$next_max_id string Next Maximum Id
$page_size integer Page Size
$sections Instagram\API\Response\Model\FollowerSection[] Follower Sections

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

Метод Описание
getFollowers ( ) : User[] Get Followers by iterating over all Sections
getNextMaxId ( ) : string
getPageSize ( ) : integer
getSections ( ) : FollowerSection[]
setNextMaxId ( string $next_max_id )
setPageSize ( integer $page_size )
setSections ( FollowerSection[] $sections )

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

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

Get Followers by iterating over all Sections
public getFollowers ( ) : User[]
Результат Instagram\API\Response\Model\User[]

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

public getNextMaxId ( ) : string
Результат string

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

public getPageSize ( ) : integer
Результат integer

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

public getSections ( ) : FollowerSection[]
Результат Instagram\API\Response\Model\FollowerSection[]

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

public setNextMaxId ( string $next_max_id )
$next_max_id string

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

public setPageSize ( integer $page_size )
$page_size integer

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

public setSections ( FollowerSection[] $sections )
$sections Instagram\API\Response\Model\FollowerSection[]

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

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

Next Maximum Id
protected string $next_max_id
Результат string

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

Page Size
protected int $page_size
Результат integer

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

Follower Sections
protected FollowerSection[],Instagram\API\Response\Model $sections
Результат Instagram\API\Response\Model\FollowerSection[]