__construct() 공개 메소드

public __construct ( string $configId )
$configId string
예제 #1
0
 /**
  * @inheritdoc
  */
 public function __construct($configId = 'command_bus')
 {
     parent::__construct($configId);
 }
예제 #2
0
 /**
  * @inheritdoc
  */
 public function __construct($configId = 'query_bus')
 {
     parent::__construct($configId);
 }