PHP Class Instagram\API\Response\DestroyFriendshipResponse

Inheritance: extends BaseResponse
Show file Open project: liamcottle/instagram-sdk-php

Protected Properties

Property Type Description
$friendship_status Instagram\API\Response\Model\FriendshipStatus Friendship Status

Public Methods

Method Description
getFriendshipStatus ( ) : FriendshipStatus
setFriendshipStatus ( FriendshipStatus $friendship_status )

Method Details

getFriendshipStatus() public method

public getFriendshipStatus ( ) : FriendshipStatus
return Instagram\API\Response\Model\FriendshipStatus

setFriendshipStatus() public method

public setFriendshipStatus ( FriendshipStatus $friendship_status )
$friendship_status Instagram\API\Response\Model\FriendshipStatus

Property Details

$friendship_status protected property

Friendship Status
protected FriendshipStatus,Instagram\API\Response\Model $friendship_status
return Instagram\API\Response\Model\FriendshipStatus