PHP Class Instagram\API\Request\LocationFeedRequest

Inheritance: extends AuthenticatedBaseRequest
Datei anzeigen Open project: liamcottle/instagram-sdk-php Class Usage Examples

Protected Properties

Property Type Description
$locationId

Public Methods

Method Description
__construct ( $instagram, $locationId, $maxId = null )
execute ( ) : LocationFeedResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )

Method Details

__construct() public method

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 method

public execute ( ) : LocationFeedResponse
return Instagram\API\Response\LocationFeedResponse

getEndpoint() public method

public getEndpoint ( )

getMethod() public method

public getMethod ( )

getResponseObject() public method

public getResponseObject ( )

Property Details

$locationId protected_oe property

protected $locationId