href; } /** * {@inheritdoc} */ public function isTemplated() { return $this->hrefIsTemplated($this->href); } /** * {@inheritdoc} */ public function getRels() { return array_keys($this->rel); } /** * {@inheritdoc} */ public function getAttributes() { return $this->attributes; } }