Skip to content

Commit

Permalink
Remove Link handling related feature
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Jan 24, 2025
1 parent 4b9bc2f commit 005ec80
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Contracts/UriRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,24 +69,6 @@ public function toMarkdownAnchor(?string $linkTextTemplate = null): string;
*/
public function toHtmlAnchor(?string $linkTextTemplate = null, iterable $attributes = []): string;

/**
* Returns the Link tag content for the current instance.
*
* @param iterable<string, string|null> $attributes an ordered map of key value
*
* @throws DOMException
*/
public function toHtmlLink(iterable $attributes = []): string;

/**
* Returns the Link header content for a single item.
*
* @param iterable<string, string|int|float|bool|null> $parameters an ordered map of key value.
*
* @see https://www.rfc-editor.org/rfc/rfc7230.html#section-3.2.6
*/
public function toHeaderLinkValue(iterable $parameters = []): string;

/**
* Returns the Unix filesystem path. The method returns null for any other scheme except the file scheme.
*/
Expand Down

0 comments on commit 005ec80

Please sign in to comment.