Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Updated class properties list
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bean committed Aug 6, 2010
1 parent 1773214 commit 58dc9b8
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions src/player.php
Expand Up @@ -6,16 +6,18 @@
**/
class Player extends Base
{
public $id; // integer
public $shots_count; // integer
public $avatar_url; // string
public $name; // string
public $created_at; // string
public $location; // string
public $following_count; // integer
public $url; // string
public $draftees_count; // integer
public $followers_count; // integer
public $id;
public $name;
public $url;
public $avatar_url;
public $location;
public $twitter_screen_name;
public $drafted_by_player_id;
public $shots_counts;
public $draftees_count;
public $followers_count;
public $following_count;
public $created_at;

/**
* undocumented function
Expand Down

0 comments on commit 58dc9b8

Please sign in to comment.