示例#1
0
 public function register(Fol $app)
 {
     $app['builder'] = function ($app) {
         $builder = new FormBuilder();
         $builder->add(new FormatFactory($builder));
         return $builder;
     };
 }