Skip to content

Commit

Permalink
Adding more URI string representation (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod authored Dec 24, 2024
1 parent 67d54f3 commit 6871415
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Contracts/UriInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
*
* @method string|null getUsername() returns the user component of the URI.
* @method string|null getPassword() returns the scheme-specific information about how to gain authorization to access the resource.
* @method string|null toUnixPath() returns the Unix filesystem path. The method returns null for any other scheme
* @method string|null toWindowsPath() returns the Windows filesystem path. The method returns null for any other scheme
* @method string|null toRfc8089() returns a string representation of a File URI according to RFC8089. The method returns null for any other scheme
* @method string toNormalizedString() returns the normalized string representation of the URI
* @method array toComponents() returns an associative array containing all the URI components.
* @method self normalize() returns a new URI instance with normalized components
Expand Down

0 comments on commit 6871415

Please sign in to comment.