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