PHP 클래스 Instagram\API\Response\ShowFriendshipResponse

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

보호된 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
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 )

메소드 상세

isBlocking() 공개 메소드

public isBlocking ( ) : boolean
리턴 boolean

isFollowedBy() 공개 메소드

public isFollowedBy ( ) : boolean
리턴 boolean

isFollowing() 공개 메소드

public isFollowing ( ) : boolean
리턴 boolean

isIncomingRequest() 공개 메소드

public isIncomingRequest ( ) : boolean
리턴 boolean

isIsPrivate() 공개 메소드

public isIsPrivate ( ) : boolean
리턴 boolean

isOutgoingRequest() 공개 메소드

public isOutgoingRequest ( ) : boolean
리턴 boolean

setBlocking() 공개 메소드

public setBlocking ( boolean $blocking )
$blocking boolean

setFollowedBy() 공개 메소드

public setFollowedBy ( boolean $followed_by )
$followed_by boolean

setFollowing() 공개 메소드

public setFollowing ( boolean $following )
$following boolean

setIncomingRequest() 공개 메소드

public setIncomingRequest ( boolean $incoming_request )
$incoming_request boolean

setIsPrivate() 공개 메소드

public setIsPrivate ( boolean $is_private )
$is_private boolean

setOutgoingRequest() 공개 메소드

public setOutgoingRequest ( boolean $outgoing_request )
$outgoing_request boolean

프로퍼티 상세

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

Blocking
protected bool $blocking
리턴 boolean

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

Followed By
protected bool $followed_by
리턴 boolean

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

Following
protected bool $following
리턴 boolean

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

Incoming Request
protected bool $incoming_request
리턴 boolean

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

Private
protected bool $is_private
리턴 boolean

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

Outgoing Request
protected bool $outgoing_request
리턴 boolean