/**
  * Build actions and load them to the form.
  *
  * @param BuildActions $command
  */
 public function handle(BuildActions $command)
 {
     $this->builder->build($command->getBuilder());
 }
Ejemplo n.º 2
0
 /**
  * Build actions and load them to the form.
  *
  * @param ActionBuilder $builder
  */
 public function handle(ActionBuilder $builder)
 {
     $builder->build($this->builder);
 }