public function __construct(InterventionInterface $intervention, $options = array()) { $this->intervention = $intervention; parent::__construct($options); }
public function __construct(QuoteVariantInterface $variant, $options = array()) { $this->variant = $variant; parent::__construct($options); }