コード例 #1
0
 /**
  * Handle the command
  *
  * @param HeaderBuilder $builder
  */
 public function handle(HeaderBuilder $builder)
 {
     $builder->build($this->builder);
 }
コード例 #2
0
 /**
  * Build headers and load them to the table.
  *
  * @param BuildHeaders $command
  */
 public function handle(BuildHeaders $command)
 {
     $this->builder->build($command->getBuilder());
 }