프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 ) |
public setIncomingRequest ( boolean $incoming_request ) | ||
$incoming_request | boolean |
public setOutgoingRequest ( boolean $outgoing_request ) | ||
$outgoing_request | boolean |