You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for the project, I think it's great, almost perfect for what I'm looking for.
Can we get UID added as a supported property?
I just basically duplicated the addURL() method for my own use. But I'm a bit confused on what to put in the comment for $type... I think "UUID" would be relevant, but more explanation on the issue can be found at the following link, and I'm curious as to your thoughts. http://microformats.org/wiki/vcard-errata#3.6.7_UID_Type_Definition
I'm new to GitHub, but I think I can submit the code. However, in reading your README.md file regarding contribution, I see you ask for unit tests, which I've never done. I'm looking at tests/VCardTest.php, would I be able to just duplicate the testAddUrl() method and edit it appropriately? Or is there a different and/or better way?
The text was updated successfully, but these errors were encountered:
I'd also like to add the ROLE property. In the RFC I don't see that it supports any parameters or anything, So for this I think duplicating the addNote() method would work.
Hello, thanks for the project, I think it's great, almost perfect for what I'm looking for.
Can we get UID added as a supported property?
I just basically duplicated the addURL() method for my own use. But I'm a bit confused on what to put in the comment for $type... I think "UUID" would be relevant, but more explanation on the issue can be found at the following link, and I'm curious as to your thoughts.
http://microformats.org/wiki/vcard-errata#3.6.7_UID_Type_Definition
I'm new to GitHub, but I think I can submit the code. However, in reading your README.md file regarding contribution, I see you ask for unit tests, which I've never done. I'm looking at tests/VCardTest.php, would I be able to just duplicate the testAddUrl() method and edit it appropriately? Or is there a different and/or better way?
The text was updated successfully, but these errors were encountered: