/**
  *
  * @param Cardwall_CardInCellPresenter $swimline_artifact_presenter
  * @param Tracker_Artifact $artifact
  * @param array $cells
  */
 public function __construct(Cardwall_CardInCellPresenter $swimline_artifact_presenter, Tracker_Artifact $artifact, array $cells)
 {
     parent::__construct($swimline_artifact_presenter, $cells);
     $this->artifact = $artifact;
 }