semsol / arc2

ARC RDF Classes for PHP
Other
332 stars 89 forks source link

Allow to easily set xsd:dateTime on Resources #39

Closed olberger closed 11 years ago

olberger commented 11 years ago

The Resources support the setting, with setProp, of typed litterals, although it is far from obvious, and undocumented AFAIK.

Here's my suggestion to add a specialized setProp variant for xsd:dateTime.

It may be improved to support passing multiple values, etc.

Feel free to improve.