Services_Digg
[ class tree: Services_Digg ] [ index: Services_Digg ] [ all elements ]

Class: DiggAPIUser

Source Location: /Services_Digg-0.4.7/Services/Digg/Response/php.php

Class Overview

Services_Digg_Common
   |
   --Services_Digg_User
      |
      --DiggAPIUser

DiggAPIUser


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: Services_Digg_User

Services_Digg_User::getCommentActivity()
Get a user's comment activity
Services_Digg_User::getDiggsActivity()
Get a user's digg activity
Services_Digg_User::getFriendsCommented()
Get a user's friends' commented stories
Services_Digg_User::getFriendsDugg()
Get a user's friends' dugg stories
Services_Digg_User::getFriendsPopular()
Get a user's friends' popular stories that they dugg
Services_Digg_User::getFriendsSubmissions()
Get a user's friends' submissions
Services_Digg_User::getFriendsUpcoming()
Get a user's friends' upcoming stories that they dugg
Services_Digg_User::isFan()
Is the person a fan of this user
Services_Digg_User::isFriend()
Is the user friends with a person
Services_Digg_User::__call()
__call

Class: Services_Digg_Common

Services_Digg_Common::sendRequest()
Send a request to the API

Class Details

[line 199]
DiggAPIUser


[ Top ]


Method Detail

getCommentActivity   [line 226]

void getCommentActivity( [array $params = array()])

Get a user's comment activity
  • Throws: PEAR_Exception
  • Access: public

Overrides Services_Digg_User::getCommentActivity() (Get a user's comment activity)

Parameters:

array   $params   — 

[ Top ]

getDiggsActivity   [line 238]

void getDiggsActivity( [array $params = array()])

Get a user's digg activity
  • Throws: PEAR_Exception
  • Access: public

Overrides Services_Digg_User::getDiggsActivity() (Get a user's digg activity)

Parameters:

array   $params   — 

[ Top ]

getFriendsCommented   [line 300]

void getFriendsCommented( [array $params = array()])

Get a user's friends' commented stories
  • Throws: Services_Digg_Exception
  • Access: public

Overrides Services_Digg_User::getFriendsCommented() (Get a user's friends' commented stories)

Parameters:

array   $params   — 

[ Top ]

getFriendsDugg   [line 287]

void getFriendsDugg( [array $params = array()])

Get a user's friends' dugg stories
  • Throws: Services_Digg_Exception
  • Access: public

Overrides Services_Digg_User::getFriendsDugg() (Get a user's friends' dugg stories)

Parameters:

array   $params   — 

[ Top ]

getFriendsPopular   [line 313]

void getFriendsPopular( [array $params = array()])

Get a user's friends' popular stories that they dugg
  • Throws: Services_Digg_Exception
  • Access: public

Overrides Services_Digg_User::getFriendsPopular() (Get a user's friends' popular stories that they dugg)

Parameters:

array   $params   — 

[ Top ]

getFriendsSubmissions   [line 274]

void getFriendsSubmissions( [array $params = array()])

Get a user's friends' submissions
  • Throws: Services_Digg_Exception
  • Access: public

Overrides Services_Digg_User::getFriendsSubmissions() (Get a user's friends' submissions)

Parameters:

array   $params   — 

[ Top ]

getFriendsUpcoming   [line 326]

void getFriendsUpcoming( [array $params = array()])

Get a user's friends' upcoming stories that they dugg
  • Throws: Services_Digg_Exception
  • Access: public

Overrides Services_Digg_User::getFriendsUpcoming() (Get a user's friends' upcoming stories that they dugg)

Parameters:

array   $params   — 

[ Top ]

isFan   [line 262]

boolean isFan( string $fan)

Is the person a fan of this user
  • Access: public

Overrides Services_Digg_User::isFan() (Is the person a fan of this user)

Parameters:

string   $fan   —  Username to check for

[ Top ]

isFriend   [line 250]

boolean isFriend( string $friend)

Is the user friends with a person
  • Access: public

Overrides Services_Digg_User::isFriend() (Is the user friends with a person)

Parameters:

string   $friend   —  Username to check for

[ Top ]

__call   [line 209]

mixed __call( string $function, array $args)

__call
  • Access: public

Overrides Services_Digg_User::__call() (__call)

Parameters:

string   $function   — 
array   $args   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:32:20 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.