$data **/ public static function fromArray(array $data): self { // Convert to an object and return the instance. return new self( $data['title'] ?? '', $data['description'] ?? '', $data['link'] ); } }