Instagram\API\Response\UnblockFriendshipResponse::getFriendshipStatus PHP 메소드

getFriendshipStatus() 공개 메소드

public getFriendshipStatus ( ) : FriendshipStatus
리턴 Instagram\API\Response\Model\FriendshipStatus
    public function getFriendshipStatus()
    {
        return $this->friendship_status;
    }