PHP Class Instagram\API\Request\LocationFeedRequest

Inheritance: extends AuthenticatedBaseRequest
Afficher le fichier Open project: liamcottle/instagram-sdk-php Class Usage Examples

Protected Properties

Свойство Type Description
$locationId

Méthodes publiques

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

Method Details

__construct() public méthode

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 méthode

public execute ( ) : LocationFeedResponse
Résultat Instagram\API\Response\LocationFeedResponse

getEndpoint() public méthode

public getEndpoint ( )

getMethod() public méthode

public getMethod ( )

getResponseObject() public méthode

public getResponseObject ( )

Property Details

$locationId protected_oe property

protected $locationId