Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conpherence/view/ConpherenceFileWidgetView.php
| <?php | <?php | ||||
| /** | |||||
| * @group conpherence | |||||
| */ | |||||
| final class ConpherenceFileWidgetView extends ConpherenceWidgetView { | final class ConpherenceFileWidgetView extends ConpherenceWidgetView { | ||||
| public function render() { | public function render() { | ||||
| require_celerity_resource('sprite-docs-css'); | require_celerity_resource('sprite-docs-css'); | ||||
| $conpherence = $this->getConpherence(); | $conpherence = $this->getConpherence(); | ||||
| $widget_data = $conpherence->getWidgetData(); | $widget_data = $conpherence->getWidgetData(); | ||||
| $files = $widget_data['files']; | $files = $widget_data['files']; | ||||
| $files_authors = $widget_data['files_authors']; | $files_authors = $widget_data['files_authors']; | ||||
| ▲ Show 20 Lines • Show All 64 Lines • Show Last 20 Lines | |||||