芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/google/apiclient-services/src/WorkflowExecutions/Step.php
routine = $routine; } /** * @return string */ public function getRoutine() { return $this->routine; } /** * @param string */ public function setStep($step) { $this->step = $step; } /** * @return string */ public function getStep() { return $this->step; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Step::class, 'Google_Service_WorkflowExecutions_Step');