PHP Class Instagram\API\Response\Model\FriendshipStatus

Inheritance: extends Model
Datei anzeigen Open project: liamcottle/instagram-sdk-php

Protected Properties

Property Type Description
$following boolean Following
$outgoing_request boolean Outgoing Request

Public Methods

Method Description
isFollowing ( ) : boolean
isOutgoingRequest ( ) : boolean
setFollowing ( boolean $following )
setOutgoingRequest ( boolean $outgoing_request )

Method Details

isFollowing() public method

public isFollowing ( ) : boolean
return boolean

isOutgoingRequest() public method

public isOutgoingRequest ( ) : boolean
return boolean

setFollowing() public method

public setFollowing ( boolean $following )
$following boolean

setOutgoingRequest() public method

public setOutgoingRequest ( boolean $outgoing_request )
$outgoing_request boolean

Property Details

$following protected_oe property

Following
protected bool $following
return boolean

$outgoing_request protected_oe property

Outgoing Request
protected bool $outgoing_request
return boolean