PHP Class Instagram\API\Response\ShowFriendshipResponse

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

Protected Properties

Property Type Description
$blocking boolean Blocking
$followed_by boolean Followed By
$following boolean Following
$incoming_request boolean Incoming Request
$is_private boolean Private
$outgoing_request boolean Outgoing Request

Public Methods

Method Description
isBlocking ( ) : boolean
isFollowedBy ( ) : boolean
isFollowing ( ) : boolean
isIncomingRequest ( ) : boolean
isIsPrivate ( ) : boolean
isOutgoingRequest ( ) : boolean
setBlocking ( boolean $blocking )
setFollowedBy ( boolean $followed_by )
setFollowing ( boolean $following )
setIncomingRequest ( boolean $incoming_request )
setIsPrivate ( boolean $is_private )
setOutgoingRequest ( boolean $outgoing_request )

Method Details

isBlocking() public method

public isBlocking ( ) : boolean
return boolean

isFollowedBy() public method

public isFollowedBy ( ) : boolean
return boolean

isFollowing() public method

public isFollowing ( ) : boolean
return boolean

isIncomingRequest() public method

public isIncomingRequest ( ) : boolean
return boolean

isIsPrivate() public method

public isIsPrivate ( ) : boolean
return boolean

isOutgoingRequest() public method

public isOutgoingRequest ( ) : boolean
return boolean

setBlocking() public method

public setBlocking ( boolean $blocking )
$blocking boolean

setFollowedBy() public method

public setFollowedBy ( boolean $followed_by )
$followed_by boolean

setFollowing() public method

public setFollowing ( boolean $following )
$following boolean

setIncomingRequest() public method

public setIncomingRequest ( boolean $incoming_request )
$incoming_request boolean

setIsPrivate() public method

public setIsPrivate ( boolean $is_private )
$is_private boolean

setOutgoingRequest() public method

public setOutgoingRequest ( boolean $outgoing_request )
$outgoing_request boolean

Property Details

$blocking protected property

Blocking
protected bool $blocking
return boolean

$followed_by protected property

Followed By
protected bool $followed_by
return boolean

$following protected property

Following
protected bool $following
return boolean

$incoming_request protected property

Incoming Request
protected bool $incoming_request
return boolean

$is_private protected property

Private
protected bool $is_private
return boolean

$outgoing_request protected property

Outgoing Request
protected bool $outgoing_request
return boolean