data = $parameters[0]; } # The name of the final method to complete the process flow. elseif( $lowerMethodName === self::serialization['end'] ) { return $this->$process; } # Otherwise, the invoked other class methods are executed. else { $this->$process = $class::$method($this->data, ...$parameters); } return $this; } }