boolean isFan(
string
$username, string
$fan)
|
|
Is the person a fan of this user
Checks to see if the given $username is a fan of the currently instantiated user from $this->name.
Overridden in child classes as:
- DiggAPIUser::isFan()
- Is the person a fan of this user
Parameters:
boolean isFriend(
string
$username, string
$friend)
|
|
Is the user friends with a person
Checks to see if the given $username is friends with the currently instantiated user from $this->name.
Overridden in child classes as:
- DiggAPIUser::isFriend()
- Is the user friends with a person
Parameters:
mixed __call(
string
$function, array
$args)
|
|
__call
This overloaded method handles '/user/{user name}/{endpoint}', such as '/user/joestump/diggs'. It does not handle more detailed endpoints, such ass '/user/joestump/activity/comments', which has its own method.
Overridden in child classes as:
- DiggAPIUser::__call()
- __call
Parameters: