PHP 클래스 Instagram\API\Response\FollowersFriendshipResponse

상속: extends BaseResponse
파일 보기 프로젝트 열기: liamcottle/instagram-sdk-php

보호된 프로퍼티들

프로퍼티 타입 설명
$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[]