params = $params; } public function __call($method, $arguments) { $this->{$method}[] = $arguments; return $this; } }