PHP Class Instagram\API\Request\BlockFriendshipRequest

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 )
execute ( ) : BlockFriendshipResponse
getEndpoint ( )
getMethod ( )
getResponseObject ( )

Method Details

__construct() public méthode

public __construct ( $instagram, $userId )
$instagram Instagram
$userId string User Id

execute() public méthode

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

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