url = $url; } public function __call($size, $args): string { return $this->url . "?name={$size}"; } }