profile['avgBandwidth'])) { return ''; } $view = new View('@Bandwidth/_profileSummary.twig'); $view->visitorData = $this->profile; return $view->render(); } /** * @inheritdoc */ public function getOrder() { return 70; } }