settings = $settings; } public function __toString() { return 'from(' . implode(', ', $this->format($this->settings)) . ') '; } }