コード例 #1
0
 public function __construct(ArtifactXMLNodeHelper $node_helper, ArtifactXMLExporterDao $dao)
 {
     parent::__construct($node_helper);
     $this->dao = $dao;
     $this->artifact_field_value_not_accurate = array(self::SPECIAL_SEVERITY => true, self::SPECIAL_STATUS => true);
 }
 public function __construct(ArtifactXMLNodeHelper $node_helper, ArtifactMultiListCurrentValueExporter $current_value_exporter)
 {
     parent::__construct($node_helper);
     $this->current_value_exporter = $current_value_exporter;
 }