PHP 클래스 Instagram\API\Response\Model\FriendshipStatus

상속: extends Model
파일 보기 프로젝트 열기: liamcottle/instagram-sdk-php

보호된 프로퍼티들

프로퍼티 타입 설명
$following boolean Following
$outgoing_request boolean Outgoing Request

공개 메소드들

메소드 설명
isFollowing ( ) : boolean
isOutgoingRequest ( ) : boolean
setFollowing ( boolean $following )
setOutgoingRequest ( boolean $outgoing_request )

메소드 상세

isFollowing() 공개 메소드

public isFollowing ( ) : boolean
리턴 boolean

isOutgoingRequest() 공개 메소드

public isOutgoingRequest ( ) : boolean
리턴 boolean

setFollowing() 공개 메소드

public setFollowing ( boolean $following )
$following boolean

setOutgoingRequest() 공개 메소드

public setOutgoingRequest ( boolean $outgoing_request )
$outgoing_request boolean

프로퍼티 상세

$following 보호되어 있는 프로퍼티

Following
protected bool $following
리턴 boolean

$outgoing_request 보호되어 있는 프로퍼티

Outgoing Request
protected bool $outgoing_request
리턴 boolean