Example #1
0
 /**
  * Creates a new instance of the Command Builder
  * With an optional language processor
  *
  * @param ProcessorInterface $processor
  * @param Bag|null $bag
  */
 public function __construct(ProcessorInterface $processor = null, Bag $bag = null)
 {
     parent::__construct($bag);
 }