Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conpherence/view/ConpherencePeopleWidgetView.php
| <?php | <?php | ||||
| /** | |||||
| * @group conpherence | |||||
| */ | |||||
| final class ConpherencePeopleWidgetView extends ConpherenceWidgetView { | final class ConpherencePeopleWidgetView extends ConpherenceWidgetView { | ||||
| public function render() { | public function render() { | ||||
| $conpherence = $this->getConpherence(); | $conpherence = $this->getConpherence(); | ||||
| $widget_data = $conpherence->getWidgetData(); | $widget_data = $conpherence->getWidgetData(); | ||||
| $user = $this->getUser(); | $user = $this->getUser(); | ||||
| $conpherence = $this->getConpherence(); | $conpherence = $this->getConpherence(); | ||||
| $participants = $conpherence->getParticipants(); | $participants = $conpherence->getParticipants(); | ||||
| Show All 36 Lines | foreach ($participants as $user_phid => $participant) { | ||||
| ), | ), | ||||
| '')), | '')), | ||||
| $handle->renderLink(), | $handle->renderLink(), | ||||
| $remove_html)); | $remove_html)); | ||||
| } | } | ||||
| return $body; | return $body; | ||||
| } | } | ||||
| } | } | ||||