PHP Class Instagram\API\Request\UserFeedRequest

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

Protected Properties

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

Méthodes publiques

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

Method Details

__construct() public méthode

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

execute() public méthode

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

getEndpoint() public méthode

public getEndpoint ( )

getMethod() public méthode

public getMethod ( )

getResponseObject() public méthode

public getResponseObject ( )

Property Details

$userId protected_oe property

protected $userId