session = $session; $this->init(); $this->javascript(); ?>
title(); $this->description(); $this->pipeline(); $this->makeSessionButton(); ?>
surveys = Loader::loadSurveys(); } private function javascript() { ?> session->title)) $value = $this->session->title; else $value = 'Untitled Session'; ?> session->description)) $value = $this->session->description; else $value = 'Write a description for this session here.'; ?>

Pipeline

-Empty-
addSurveyToPipelineButton(); $this->addApplicationToPipelineButton(); $this->addDashboardToPipelineButton(); ?>