To be able to use the isset function in the getIdFromResource method (line 154 in HalLinks) there needs to be a magic __isset method inside the HalResource.
Right now the isset always returns false even if the 'id' is set in $resource. This can be considered a bug.
To be able to use the isset function in the getIdFromResource method (line 154 in HalLinks) there needs to be a magic __isset method inside the HalResource. Right now the isset always returns false even if the 'id' is set in $resource. This can be considered a bug.