PHP Class Instagram\API\Response\ShowFriendshipResponse

Inheritance: extends BaseResponse
Afficher le fichier Open project: liamcottle/instagram-sdk-php

Protected Properties

Свойство 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

Méthodes publiques

Méthode 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 méthode

public isBlocking ( ) : boolean
Résultat boolean

isFollowedBy() public méthode

public isFollowedBy ( ) : boolean
Résultat boolean

isFollowing() public méthode

public isFollowing ( ) : boolean
Résultat boolean

isIncomingRequest() public méthode

public isIncomingRequest ( ) : boolean
Résultat boolean

isIsPrivate() public méthode

public isIsPrivate ( ) : boolean
Résultat boolean

isOutgoingRequest() public méthode

public isOutgoingRequest ( ) : boolean
Résultat boolean

setBlocking() public méthode

public setBlocking ( boolean $blocking )
$blocking boolean

setFollowedBy() public méthode

public setFollowedBy ( boolean $followed_by )
$followed_by boolean

setFollowing() public méthode

public setFollowing ( boolean $following )
$following boolean

setIncomingRequest() public méthode

public setIncomingRequest ( boolean $incoming_request )
$incoming_request boolean

setIsPrivate() public méthode

public setIsPrivate ( boolean $is_private )
$is_private boolean

setOutgoingRequest() public méthode

public setOutgoingRequest ( boolean $outgoing_request )
$outgoing_request boolean

Property Details

$blocking protected_oe property

Blocking
protected bool $blocking
Résultat boolean

$followed_by protected_oe property

Followed By
protected bool $followed_by
Résultat boolean

$following protected_oe property

Following
protected bool $following
Résultat boolean

$incoming_request protected_oe property

Incoming Request
protected bool $incoming_request
Résultat boolean

$is_private protected_oe property

Private
protected bool $is_private
Résultat boolean

$outgoing_request protected_oe property

Outgoing Request
protected bool $outgoing_request
Résultat boolean