PHP Class Instagram\API\Response\FollowingFriendshipResponse

Inheritance: extends BaseResponse
Afficher le fichier Open project: liamcottle/instagram-sdk-php

Protected Properties

Свойство Type Description
$next_max_id string Next Maximum Id
$page_size integer Page Size
$sections Instagram\API\Response\Model\FollowingSection[] Follower Sections

Méthodes publiques

Méthode Description
getFollowers ( ) : User[] Get Followers by iterating over all Sections
getNextMaxId ( ) : string
getPageSize ( ) : integer
getSections ( ) : FollowingSection[]
setNextMaxId ( string $next_max_id )
setPageSize ( integer $page_size )
setSections ( FollowingSection[] $sections )

Method Details

getFollowers() public méthode

Get Followers by iterating over all Sections
public getFollowers ( ) : User[]
Résultat Instagram\API\Response\Model\User[]

getNextMaxId() public méthode

public getNextMaxId ( ) : string
Résultat string

getPageSize() public méthode

public getPageSize ( ) : integer
Résultat integer

getSections() public méthode

public getSections ( ) : FollowingSection[]
Résultat Instagram\API\Response\Model\FollowingSection[]

setNextMaxId() public méthode

public setNextMaxId ( string $next_max_id )
$next_max_id string

setPageSize() public méthode

public setPageSize ( integer $page_size )
$page_size integer

setSections() public méthode

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

Property Details

$next_max_id protected_oe property

Next Maximum Id
protected string $next_max_id
Résultat string

$page_size protected_oe property

Page Size
protected int $page_size
Résultat integer

$sections protected_oe property

Follower Sections
protected FollowingSection[],Instagram\API\Response\Model $sections
Résultat Instagram\API\Response\Model\FollowingSection[]