Property | Type | Description | |
---|---|---|---|
$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 |
Method | Description | |
---|---|---|
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 |
protected bool $incoming_request | ||
return | boolean |
protected bool $outgoing_request | ||
return | boolean |