step = $step; $this->result = $result; } /** * @return MigrationStep */ public function getStep() { return $this->step; } /** * @return mixed */ public function getResult() { return $this->result; } }