1 | <?php |
||
21 | class HalLinkContainer extends \ArrayObject |
||
22 | { |
||
23 | /** |
||
24 | * Retrieve a link from the container by rel. Also resolve any curie links |
||
25 | * if they are set. |
||
26 | * |
||
27 | * @param string $rel |
||
28 | * The link relation required. |
||
29 | * @return array|bool |
||
30 | * Link if found. Otherwise false. |
||
31 | */ |
||
32 | public function get($rel) |
||
55 | } |
||
56 |