public function form($cb) { FormItem::reset(); call_user_func($cb); $this->form = FormItem::get(); return $this; }