currentSteps = $currentSteps; } /** * @return Step[] */ public function getCurrentSteps() { return $this->currentSteps; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Status::class, 'Google_Service_WorkflowExecutions_Status');