validate())) return false; if ($vcard->UID == null) return false; return true; } catch (\Throwable $th) { return false; } } public function message() { return 'Invalid vcard passed'; } }