Added support for profile designs to the twitter API

This commit is contained in:
Trever Fischer
2009-10-15 05:16:37 -04:00
parent 6b5810f5d5
commit 1241e651ae
2 changed files with 18 additions and 7 deletions

View File

@@ -46,6 +46,11 @@ class Profile extends Memcached_DataObject
/* the code above is auto generated do not remove the tag below */
###END_AUTOCODE
function getUser()
{
return User::staticGet('id', $this->id);
}
function getAvatar($width, $height=null)
{
if (is_null($height)) {