PHP 클래스 Instagram\API\Request\LocationFeedRequest

상속: extends AuthenticatedBaseRequest
파일 보기 프로젝트 열기: liamcottle/instagram-sdk-php 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$locationId

공개 메소드들

메소드 설명
__construct ( $instagram, $locationId, $maxId = null )
execute ( ) : LocationFeedResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $instagram, $locationId, $maxId = null )
$instagram Instagram
$locationId string Location Id to load the Feed of
$maxId string The Maximum Id for fetching more Items in the Feed

execute() 공개 메소드

public execute ( ) : LocationFeedResponse
리턴 Instagram\API\Response\LocationFeedResponse

getEndpoint() 공개 메소드

public getEndpoint ( )

getMethod() 공개 메소드

public getMethod ( )

getResponseObject() 공개 메소드

public getResponseObject ( )

프로퍼티 상세

$locationId 보호되어 있는 프로퍼티

protected $locationId