コード例 #1
0
ファイル: showstream.php プロジェクト: Br3nda/StatusNet
 function showProfile()
 {
     $profile = new UserProfile($this, $this->user, $this->profile);
     $profile->show();
 }