PHP Class Instagram\API\Response\Model\FriendshipStatus

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

Protected Properties

Свойство Type Description
$following boolean Following
$outgoing_request boolean Outgoing Request

Méthodes publiques

Méthode Description
isFollowing ( ) : boolean
isOutgoingRequest ( ) : boolean
setFollowing ( boolean $following )
setOutgoingRequest ( boolean $outgoing_request )

Method Details

isFollowing() public méthode

public isFollowing ( ) : boolean
Résultat boolean

isOutgoingRequest() public méthode

public isOutgoingRequest ( ) : boolean
Résultat boolean

setFollowing() public méthode

public setFollowing ( boolean $following )
$following boolean

setOutgoingRequest() public méthode

public setOutgoingRequest ( boolean $outgoing_request )
$outgoing_request boolean

Property Details

$following protected_oe property

Following
protected bool $following
Résultat boolean

$outgoing_request protected_oe property

Outgoing Request
protected bool $outgoing_request
Résultat boolean