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