Skip to content

UriFactory: fromNew Example

Terry L edited this page Jun 21, 2020 · 1 revision

Shieldon\Psr17\UriFactory

::fromNew

Create a new URI.

  • return UriInterface

Example:

$uri = UriFactory::fromNew();
Clone this wiki locally