for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mapado\RestClientSdk\Collection;
/**
* Class HalCollection
*
* @author Julien Deniau <[email protected]>
*/
class HalCollection extends Collection
{
public function getLinks()
return $this->getExtraProperty('_links');
}
public function getEmbedded()
return $this->getExtraProperty('_embedded');