PHP Class Instagram\API\Request\FollowersFriendshipRequest

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

Protected Properties

Property Type Description
$userId

Public Methods

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

Method Details

__construct() public method

public __construct ( $instagram, $userId, $maxId = null )
$instagram Instagram
$userId string User Id
$maxId string The Maximum Id for fetching more Followers

execute() public method

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

getEndpoint() public method

public getEndpoint ( )

getMethod() public method

public getMethod ( )

getResponseObject() public method

public getResponseObject ( )

Property Details

$userId protected_oe property

protected $userId