ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
UriFactoryInterface.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
Psr\Http\Message
;
4
5
interface
UriFactoryInterface
6
{
16
public
function
createUri
(
string
$uri =
''
):
UriInterface
;
17
}
Psr\Http\Message
Definition:
RequestFactoryInterface.php:3
Psr\Http\Message\UriFactoryInterface
Definition:
UriFactoryInterface.php:5
Psr\Http\Message\UriInterface
Value object representing a URI.
Definition:
UriInterface.php:24
Psr\Http\Message\UriFactoryInterface\createUri
createUri(string $uri='')
Create a new URI.
php
libs
composer
vendor
psr
http-factory
src
UriFactoryInterface.php
Generated on Thu Jan 16 2025 19:01:49 for ILIAS by
1.8.13 (using
Doxyfile
)