zircote / Hal

A PHP implementation of HAL http://stateless.co/hal_specification.html
93 stars 6 forks source link

Added convenience function to add multiple links at once #2

Closed baldurrensch closed 12 years ago

baldurrensch commented 12 years ago

I ran into a situation where my entities were returning arrays of Links. It seems prettier when then from the outside you can just call setLinks() on the Resource and pass the array in.

Unit tests included.

zircote commented 12 years ago

Very nice thank you for the PR @baldurrensch it is appreciated.