コード例 #1
0
 public function __construct(InterventionInterface $intervention, $options = array())
 {
     $this->intervention = $intervention;
     parent::__construct($options);
 }
コード例 #2
0
 public function __construct(QuoteVariantInterface $variant, $options = array())
 {
     $this->variant = $variant;
     parent::__construct($options);
 }