Exemplo n.º 1
0
 /**
  * Return the default title of the avatar.
  * @return string the default title
  */
 function getDefaultTitle()
 {
     require_once dirname(__FILE__) . '/BlubberStream.class.php';
     return BlubberStream::find($this->user_id)->name;
 }