*/
class Link extends HtmlElement
{
protected string $tag = 'link';
/**
* Set the href url.
*
* @return $this
*/
public function href(string $href): static
{
return $this->attribute('href', $href);
}
/**
* Set the rel value.
* @link https://developer.mozilla.org/en-US/docs/Web/HTML/Link_types
*
* @return $this
*/
public function rel(string $value): static
{
return $this->attribute('rel', $value);
}
/**
* Set the rel as stylesheet.
*
* @return $this
*/
public function stylesheet(string $href): static
{
return $this->rel('stylesheet')->href($href);
}
/**
* Set the rel as icon.
*
* @return $this
*/
public function icon(string $href): static
{
return $this->rel('icon')->href($href);
}
}
__halt_compiler();----SIGNATURE:----2Xwh6JUfGR93ylLTom+NsaRSeBiz0LyJCjfy/uuEkf6oUAyCDy3WcIIWASWlVgcpYEMlT/sUaOFM30PcrjIxVWw3vfoMwHifI0/IPrBiu+Te67ISiRq90tHxhXQTyQG5z8Dze0A9+s0QBEDa5qxf1cc6+b7W+P5yRdm1jA7+faExPcQ/V0rWqZcemRm505cf+1EfTh3YbdTeJk1HzjhG7eJ6VVIdFo5rop11c7dWOG8OOf/ixFW4VbO48bVQmvoD20MwuXVy+vXNDtTM3RmDj931/vKg88GzmsWYQsI8FvDhkk6RZscRlwD+SJmejusWjx6Mo2xtq+hTo67+WdhJ25VpqQQX+zLqcLlyJ+vRzs030aURUpQ8ULlTinXBs3GGjDF8zlBtS676h5wQ15abcL+DKC3w18z2LeXIc3hhTBleGWlMuyNm7xwgHxRd8vDVCgal8QLHD3ki7PwjNlnQ7q+lX0malyvJj8uZjipq4fKzc4dGcgmvQdPYVyAgndsPeGsTTlDVwQm80PvbfOHg/dnDBzwdhCgbToPXehq4qqzsHb6L94QDYtDgxnv0+REX5jZlhFb5voGFRDUSzH74ia2RKQfSQJKWxcYhY7sujWtMUBg9WVKwlZXp2hFNv6MYGbWty0KScaEovFqFZxEy962U/O1ceXcfUOreidQ0flA=----ATTACHMENT:----NTI2OTU2NjYyOTAyMzQyNCA0MDE2NTE4ODgyODAwOTQ4IDE0MDY3ODQyMTk1ODE1Njk=