btn = "$title"; } public function fetch(): string { return $this->btn; } public static function create(string $title, string $url): PrimaryBtn { return new self($title, $url); } }