0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Protected Attributes | List of all members
User Class Reference

Copyright (C) 2007-2015 Hypertable, Inc. More...

Public Member Functions

 getId ()
 
 setId ($id)
 
 follow ($other)
 
 unfollow ($other)
 
 getFollowingCount ()
 
 getFollowing ($cutoff_time, $limit)
 
 isFollowing ($other)
 
 getFollowersCount ()
 
 getFollowers ($cutoff_time, $limit)
 
 sendTweet ($tweet)
 
 getMyStreamCount ()
 
 getMyStream ($cutoff_time, $limit)
 
 getFollowStreamCount ()
 
 getFollowStream ($cutoff_time, $limit)
 
 getCutoffTime ()
 

Protected Attributes

 $_id
 
 $_cutoff
 

Detailed Description

Copyright (C) 2007-2015 Hypertable, Inc.

This file is part of Hypertable.

Hypertable is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 of the License, or any later version.

Hypertable is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Definition at line 27 of file User.php.

Member Function Documentation

User::follow (   $other)

Definition at line 37 of file User.php.

User::getCutoffTime ( )

Definition at line 228 of file User.php.

User::getFollowers (   $cutoff_time,
  $limit 
)

Definition at line 129 of file User.php.

User::getFollowersCount ( )

Definition at line 121 of file User.php.

User::getFollowing (   $cutoff_time,
  $limit 
)

Definition at line 93 of file User.php.

User::getFollowingCount ( )

Definition at line 85 of file User.php.

User::getFollowStream (   $cutoff_time,
  $limit 
)

Definition at line 209 of file User.php.

User::getFollowStreamCount ( )

Definition at line 201 of file User.php.

User::getId ( )

Definition at line 29 of file User.php.

User::getMyStream (   $cutoff_time,
  $limit 
)

Definition at line 182 of file User.php.

User::getMyStreamCount ( )

Definition at line 174 of file User.php.

User::isFollowing (   $other)

Definition at line 112 of file User.php.

User::sendTweet (   $tweet)

Definition at line 148 of file User.php.

User::setId (   $id)

Definition at line 33 of file User.php.

User::unfollow (   $other)

Definition at line 62 of file User.php.

Member Data Documentation

User::$_cutoff
protected

Definition at line 233 of file User.php.

User::$_id
protected

Definition at line 232 of file User.php.


The documentation for this class was generated from the following file: