Example #1
0
 public function __invoke(Form $form)
 {
     $this->form = $form;
     $this->children = $form->get_ordered_children();
     $this->contents = null;
     return $this->render_inner_html();
 }