Example #1
0
 /**
  * Add a step to the sequence.
  */
 public function then(Step $step)
 {
     $this->files = $step->constructIterator($this->files);
     return $this;
 }