url = sprintf('https://www.asrock.com/mb/%s/%s/Memory-%s.asp', strtoupper(trim($cpuManufacturer)), rawurlencode(trim($motherboard)), strtoupper(trim($cpuFamily)) ); } public function __toString(): string { return $this->url; } }