Ejemplo n.º 1
0
 /**
  * Handle the command.
  *
  * @param PostFormBuilder $builder
  */
 public function handle(PostFormBuilder $builder)
 {
     $builder->setEntry($this->post->getId());
     $this->builder->addForm('post', $builder);
 }