예제 #1
0
 public function renderSelect()
 {
     $data = ['instances' => $this->instanceManager->findAllInstances(), 'current' => $this->instanceManager->getInstanceFromRequest()];
     return $this->getView()->partial('instance/helper/select', $data);
 }