Beispiel #1
0
 function showPeopletag()
 {
     $ptag = new PeopletagListItem($this->peopletag, $this->user, $this->out);
     $ptag->show();
 }
Beispiel #2
0
 function showAvatar()
 {
     parent::showAvatar(AVATAR_PROFILE_SIZE);
 }
Beispiel #3
0
 function showAvatar()
 {
     parent::showAvatar(AVATAR_MINI_SIZE);
 }
 function showEntity($ptag)
 {
     $this->elementStart('div', 'peopletag');
     $widget = new PeopletagListItem($ptag, common_current_user(), $this);
     $widget->showCreator();
     $widget->showTag();
     $widget->showDescription();
     $this->elementEnd('div');
 }